Replies: 1 comment
-
@mbohlkeschneider do you know how this works maybe? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am using the NBEATS Ensemble estimator and I am a bit confused as to how the model averaging is done. I found the callback for
ModelAveraging(avg_strategy=SelectNBestMean(num_models=1))
. Two questions come to mind here:mx.trainer.Trainer
class and not in thePredictor
orEstimator
class?Any hint is appreciated.
Best,
Melchior
Beta Was this translation helpful? Give feedback.
All reactions