You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(A clear and concise description of what the bug is.)
NBEATSEnsemblePredictor has the option of selecting aggregation_method, but it is not exposed to the estimator class. This means that there is no natural way of selecting this parameter. It is possible to interpret the forecasts from the ensemble as samples, and calculate the quantiles from an ensemble. This parameter should be exposed to the estimator class.
Manually selecting the aggregation_method="none" still leads to a bug, wrong dimension size for SampleForecast. The bug fails silently when evaluated with the Evaluator class, and leads to erroneous metrics.
Description
(A clear and concise description of what the bug is.)
gluonts/src/gluonts/mx/model/n_beats/_ensemble.py
Lines 171 to 196 in 784a882
Issue should be from here, where output is shape (N, 1, T)
To Reproduce
(Please provide minimal example of code snippet that reproduces the error. For existing examples, please provide link.)
Error message or code output
(Paste the complete error message, including stack trace, or the undesired output that the above snippet produces.)
Desired dimensionality should be (3, 12)
Environment
(Add as much information about your environment as possible, e.g. dependencies versions.)
The text was updated successfully, but these errors were encountered: