-
Notifications
You must be signed in to change notification settings - Fork 777
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 statsforecasts models #2561
Conversation
src/gluonts/ext/statsforecast.py
Outdated
@@ -25,8 +25,26 @@ | |||
CrostonClassic, | |||
CrostonOptimized, | |||
CrostonSBA, | |||
DynamicOptimizedTheta, | |||
DynamicTheta, | |||
ETS, |
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.
I think this was there and we removed it, since it’s just an alias for AutoETS, see https://github.com/Nixtla/statsforecast/blob/20be88335ba8c5872fce53407e2d550017139985/statsforecast/models.py#L719
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.
Good point! I updated the PR by removing ETS accordingly. Thanks!
aab302f
to
c209647
Compare
Description of changes:
We add more forecasting models from Nixtla/StatsForecast package.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Please tag this pr with at least one of these labels to make our release process faster: BREAKING, new feature, bug fix, other change, dev setup