RMSE
Created | |
---|
Tags | Metrics |
---|
RMSE

- takes the error distances from ground-truth, squares those, averages them, and then returns the square-root of that
- can be used to determine how far the predictions are from the ground-truth labels.
- A lower RMSE means the model is predicting more accurately.