Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When calling gluonts.evaluation.Evaluator(), include all the metrics that are calculated in the aggregate metrics in the metrics per time series, e.g. RMSE #3152

Open
conorhamill36 opened this issue Mar 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@conorhamill36
Copy link

Whenever an instance of gluonts.evaluation.Evaluator() is called with time series and forecast iterators, aggregate and per time series metrics are returned. A simple example of this is in the tutorial: https://ts.gluon.ai/stable/tutorials/forecasting/extended_tutorial.html?highlight=evaluator#Compute-metrics.

Some of the metrics are included in the aggregated metrics, but not the per time series metrics, for example MAPE. Including the metrics for the per time series metrics would seem to be more consistent, and given they're being calculated for the aggregate metrics using numpy in gluonts.evaluation.Evaluator().get_aggregate_metrics() , it wouldn't be computationally expensive.

@conorhamill36 conorhamill36 added the enhancement New feature or request label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant