-
Notifications
You must be signed in to change notification settings - Fork 9
Add AutoML timeseries example using PyCaret #139
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
Conversation
- diff_ignore - nb_diff_ignore - Downgrade to pydantic<2 to remove runtime warning
|
|
||
| evaluate_model(best_model) | ||
| final_model = finalize_model(best_model) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it correct that this line has been removed within the other notebook?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is ipywidget which looks and behaves extremely bad in non notebook environments.
I hope you don't mind, that I forward-fixed this thing in an actually unrelated file.
amotl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much!
NB: Unfortunately, the new .ipynb file is too large to be presented by GitHub. I will review it later when it is merged, and eventually send copy-edits right away.
Summary of the changes / Why this is an improvement
Adds end to end example for timeseries forecasting model creation using AutoML with Pycaret.
It's very close to the PyCaret classification example as provided in #122 , however highlights the ML workflow for a time series ML engineer.
WIP
Checklist