Replies: 1 comment 1 reply
-
|
this is already possible, you have to use the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I think a common use case is precisely given some data, how to find the best models with the best hyperparameters. So i was wondering if we could generalize the ForecastingGridSearchCV object, to take a list of models and the
param_gridcould be a dict with keys as model names and values as grids for those models.Basically now this takes just one model and finds the best hyper parameters. Next step would be to create a report for all models fed and their hyperparameters.
Beta Was this translation helpful? Give feedback.
All reactions