MAE | Point forecast | - robust to outliers
- easy to interpret
- same units as the data
| When averaging over series of different scales |
MSE | Point forecast | - penalizes large errors
- not the same units as the data
- sensitive to outliers
| There are unrepresentative outliers in the data |
RMSE | Point forecast | - penalizes large errors
- same units as the data
- sensitive to outliers
| There are unrepresentative outliers in the data |
MAPE | Point forecast | - expressed as a percentage
- easy to interpret
- favors under-forecasts
| When data has zero values |
sMAPE | Point forecast | - robust to over- and under-forecasts
- expressed as a percentage
- easy to interpret
| When data has zero values |
MASE | Point forecast | - like the MAE, but scaled by the naive forecast
- inherently compares to a simple benchmark
- requires technical knowledge to interpret
| There is only one series to evaluate |
CRPS | Probabilistic forecast | - generalizaed MAE for probabilistic forecasts
- requires technical knowledge to interpret
| When evaluating point forecasts |