Nixtla / utilsforecast

https://nixtlaverse.nixtla.io/utilsforecast
Apache License 2.0
35 stars 6 forks source link

Evaluate() to return aggregated metric evaluation across unique_ids. #87

Closed tackes closed 2 weeks ago

tackes commented 1 month ago

Description

It would be a nice feature to be able to calculate metrics for global models, instead of only by unique_id.
IE if we have an ML models (say Catboost and LGB) with multiple forecasts for each unique_id, I would like to know the MAE for Catboost vs LGB across all unique_ids.

Use case

No response