ontime-re / ontime

Your library to work with time series
Apache License 2.0
5 stars 1 forks source link

Find a correct way to evaluate multivariate forecasting (e.g. specific metrics, error normalization, ...) #65

Closed ben-jy closed 3 weeks ago

ben-jy commented 3 weeks ago

When forecasting multivariate time series, components don't have necessarily the same scale and unit, therefore basic metrics such as MAE or MSE, widely used in the litterature, are not suitable when they are averaged/aggregated across components. In darts, some metrics can be used for that, such as sMAPE or MASE. However, some of them need specific parameters when computing them, we should therefore change the BenchmarkMetric class and its behavior in the benchmark module.