-
Notifications
You must be signed in to change notification settings - Fork 917
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
Doc/data leak #2020
Doc/data leak #2020
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAttention: ❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
... and 5 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
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.
Hi @SimTheGreat, I made some changes to your branch to fix the issue with the progress bars and the large git diffs.
Also made some other changes:
- improved the notebooks to load the models from the state with best performance on the validation set
- fixed some leftover issue with data transformers
- changed the way we call historical forecasts
As soon as tests pass, we can merge this one.
Fixes #644
Summary
darts.utils.callbacks.TFMProgressBar
for TorchForecastingModels to customize at which model states the progress bar should be displayed (sanity checks, training, validation, prediction).