Losses¶
| Abbreviation | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Name | | ------------ | - | - | - | - | - | - | - | - | - | - | -- | ----- | --- | | MAE | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | β | πΈ | None | Mean Absolute Error | | MSE | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | β | None | Mean Squared Error | | RMSE | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | β | None | Root Mean Squared Error | |||||||||||||| |||||||||||||| | MAPE | πΈ | β | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | β | β | OOS PS | Mean Absolute Percentage Error | | MdAPE | πΈ | πΈ | πΈ | β | πΈ | β | β | β | β | πΈ | OOS PS | Median Absolute Percentage Error| | sMAPE | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | β | πΈ | OOS PS | Symmetric Mean Absolute Percentage Error | | sMdAPE |||||||||||| Symmetric Median Absolute Percentage Error | | msMAPE | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | OOS PS | Modified Symmetric Mean Absolute Percentage Error | | RMSPE | πΈ | β | πΈ | πΈ | πΈ | πΈ | πΈ | πΈ | β | β | OOS PS | Root Mean Squared Percentage Error | | RMdSPE |||||||||||| Root Median Square Percentage Error | |||||||||||||| |||||||||||||| | RMSSE | πΈ | πΈ | πΈ | πΈ | πΈ | β | πΈ | β | πΈ | β | IS PSs | Root Mean Squared Scaled Error | |||||||||||||| |||||||||||||| | MALE |||||||||||| Mean Absolute Log Error | | EMALE |||||||||||| Exponential Mean Absolute Log Error | | RMSLE |||||||||||| Root Mean Squared Log Error | | ERMSLE |||||||||||| Exponential Root Mean Squared Log Error | |||||||||||||| |||||||||||||| | MQC |||||||||||| Multi-Quantile Loss Change | | RSquared |||||||||||| Coefficient of Determination | | sMAPC |||||||||||| Symmetric Mean Absolute Percentage Change | | KLDivergence |||||||||||| KullbackβLeibler Divergence |
Note (columns mapping):
- Stationary Count Data (>>0)
- Seasonality
- Trend (Linear/Exp.)
- Unit Roots
- Heteroscedasticity
- Structural Breaks (With Scale Differences) in Forecast Horizon
- Structural Breaks (With Scale Differences) in Training Region
- Structural Breaks (With Scale Differences) in Forecast Origin
- Intermittence (zeros / intermittent series)
- Outliers (robustness)
- Scaling (scale-invariant)
11.1. OOS: Out-of-Sample
11.2. IS: In-Sample
11.3. PS: Per Step
11.4. PSs: Per Series
Legend:
- πΈ : generally suitable / recommended
- β : generally unsuitable or problematic without adjustments
Reference: Forecast Evaluation for Data Scientists: Common Pitfalls and Best Practices