Learn to select the right evaluation metrics to measure the performance of TimeGPT.
Metric | Types of forecast | Properties | When to avoid |
---|---|---|---|
MAE | Point forecast |
| When averaging over series of different scales |
MSE | Point forecast |
| There are unrepresentative outliers in the data |
RMSE | Point forecast |
| There are unrepresentative outliers in the data |
MAPE | Point forecast |
| When data has zero values |
sMAPE | Point forecast |
| When data has zero values |
MASE | Point forecast |
| There is only one series to evaluate |
CRPS | Probabilistic forecast |
| When evaluating point forecasts |