-
Notifications
You must be signed in to change notification settings - Fork 293
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
[FEAT] Ability to save and load StatsForecast #667
Conversation
Matching `environment.yml`
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
Please also add a test in the notebook verifying that the model can be saved/loaded correctly and produces the same predictions.
from `FittedModels_` to `StatsForecast_` Co-authored-by: José Morales <[email protected]>
Constructed a hidden cell that does that, all the modification requests are resolved in the latest push. |
Co-authored-by: José Morales <[email protected]>
Co-authored-by: José Morales <[email protected]>
Co-authored-by: José Morales <[email protected]>
methods will save and load StatsForecast class with all the models.
Under the condition that model(s) are too big the user confirmation prompt will be asked, unless the variable
prompt
will be set to "Y"