Replies: 1 comment 2 replies
-
|
Hey. The best parameters are used to train a final model on all of the data, so after the optimization process you can just use |
Beta Was this translation helpful? Give feedback.
2 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.
-
I've run optuna to tune the features in AutoMLForecast where I have models=[list of many ml models], and using the training data only. The data consists of different unique_ids.
Is there a way to use the auto_mlf.best_trial in the training of the AutoML models with all available data? I need this in order to be able to forecast into the future.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions