For example, I am predicting a score that can have value from 0
to 100
. The RMSE = 10
. How can I interpret it in layman words? Does it means:
- RMSE showed that prediction error calculated with RMSE method was from
-5
to+5
from actual value. - RMSE showed that prediction error calculated with RMSE method was from
-10
to+10
from actual value. - Some other kind of interpretation?