-
Notifications
You must be signed in to change notification settings - Fork 1k
[timeseries] Clarify documentation related to test_data
#4054
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
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
test_data
|
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.
LGTM! Thanks!
Job PR-4054-3c7fe15 is done. |
Thank you so much for moving so quickly to adopt my suggested changes! Just want to follow up on the reason for requiring historical period in |
I have the same question: why is it required that
|
@lleiou @shashankumar2812 When we call
If we only provide the last We opted for this more general design (where both past data + future data is required when calling evaluate) since it allows us to evaluate the predictor on different time series / different train-test splits. If we went for the alternative approach, where |
Thanks @shchur for your answer |
Issue #, if available: fixes #4050
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.