-
Notifications
You must be signed in to change notification settings - Fork 508
Add predict_df support for Chronos and Chronos-Bolt #371
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
Add predict_df support for Chronos and Chronos-Bolt #371
Conversation
canerturkmen
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.
Thanks! Dropped some comments.
| f"Expected `target` to be str, but found {type(target)}. {self.__class__.__name__} only supports univariate forecasting." | ||
| ) | ||
|
|
||
| if prediction_length is None: |
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.
again, if there is any way at all of reducing the repeat in Chronos2 I think we should consider it.
canerturkmen
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.
LGTM!
1817fbb to
2e8134e
Compare
Issue #, if available:
Description of changes: This PR adds
predict_dfto the base pipeline which enables pandas support for the univariate Chronos and Chronos-Bolt models.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.