-
Notifications
You must be signed in to change notification settings - Fork 84
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
Tune prophet within modeltime model #246
Comments
In general you specify a hyperparameter for tuning by passing, e.g. |
Alternatively, you can use
|
If you are doing a single global model, then the tidymodels hyperparameter tuning resource can be used (thanks @joranE): https://www.tidymodels.org/start/tuning/ If you are doing nested forecasting or if you want to create combinations of models, I have this resource: https://business-science.github.io/modeltime/articles/parallel-processing.html |
As the documentation does not povide a an example for hyperparameter tuning a prophet model, I tired a simple snippet like follows:
which fails with
Is this usage correc?
The text was updated successfully, but these errors were encountered: