What does rmse of a LSTM model tells?
Suppose I made a model which has rmse of 50 Now when I predict the next data which is 500
So does that mean the actual value has high probability to be within the range of 450 - 550 ? If so what is the probability that it will be in this range?
Or it means the actual value has high probability to be within the range of 475- 525 ? If so what is the probability that it will be in this range?
Topic rmse lstm time-series
Category Data Science