Skip to content
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

Merged
merged 27 commits into from
Jan 16, 2023
Merged

Conversation

melopeo
Copy link
Contributor

@melopeo melopeo commented Jan 13, 2023

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

@melopeo melopeo added the models This item concerns models implementations label Jan 13, 2023
@melopeo melopeo requested a review from lostella January 13, 2023 16:09
@@ -25,8 +25,26 @@
CrostonClassic,
CrostonOptimized,
CrostonSBA,
DynamicOptimizedTheta,
DynamicTheta,
ETS,
Copy link
Contributor

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

Copy link
Contributor Author

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!

@lostella lostella added the new feature (one of pr required labels) label Jan 14, 2023
@melopeo melopeo force-pushed the add_statsforecasts_models branch from aab302f to c209647 Compare January 14, 2023 13:17
@melopeo melopeo merged commit ca3d178 into awslabs:dev Jan 16, 2023
@melopeo melopeo deleted the add_statsforecasts_models branch January 16, 2023 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models This item concerns models implementations new feature (one of pr required labels)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants