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

[timeseries] bump statsforecast version #4194

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

canerturkmen
Copy link
Contributor

@canerturkmen canerturkmen commented May 13, 2024

Issue #, if available:

Description of changes:

Do not merge until after v1.1.1 release

Bump StatsForecast version to v1.7.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@canerturkmen canerturkmen added module: timeseries related to the timeseries module dependency Related to dependency packages labels May 13, 2024
@canerturkmen canerturkmen requested a review from shchur May 13, 2024 10:02
@yinweisu
Copy link
Collaborator

Previous CI Run Current CI Run
botocore==1.34.100 botocore==1.34.103
fastcore==1.5.33 fastcore==1.5.35
regex==2024.4.28 regex==2024.5.10
types-setuptools==69.5.0.20240423 types-setuptools==69.5.0.20240513
boto3==1.34.100 boto3==1.34.103
ruff==0.4.3 ruff==0.4.4
aliyun-python-sdk-kms==2.16.2 aliyun-python-sdk-kms==2.16.3
tifffile==2024.5.3 tifffile==2024.5.10
gdown==5.1.0 gdown==5.2.0
botocore==1.34.100 botocore==1.34.103
fastcore==1.5.33 fastcore==1.5.35
regex==2024.4.28 regex==2024.5.10
types-setuptools==69.5.0.20240423 types-setuptools==69.5.0.20240513
boto3==1.34.100 boto3==1.34.103
ruff==0.4.3 ruff==0.4.4
aliyun-python-sdk-kms==2.16.2 aliyun-python-sdk-kms==2.16.3
tifffile==2024.5.3 tifffile==2024.5.10
gdown==5.1.0 gdown==5.2.0

Copy link

Job PR-4194-9a7c3f5 is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-4194/9a7c3f5/index.html

Copy link
Collaborator

@shchur shchur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR! Left a few comments.

timeseries/setup.py Show resolved Hide resolved
timeseries/setup.py Show resolved Hide resolved
# otherwise model will crash
if len(time_series) < 5:
# AutoCES does not handle "tiny" datasets, fall back to naive
return np.full(self.prediction_length, time_series.values[-1])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this problem still there?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only found this relevant change so I'll assume it's still there:
Nixtla/statsforecast@93483aa

@@ -32,10 +32,8 @@
"accelerate", # version range defined in `core/_setup_utils.py`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we wait until v1.1.1 is released before merging this PR?

@canerturkmen canerturkmen marked this pull request as draft May 14, 2024 09:46
@yinweisu
Copy link
Collaborator

Previous CI Run Current CI Run
botocore==1.34.103 botocore==1.34.104
boto3==1.34.103 boto3==1.34.104
virtualenv==20.26.1 virtualenv==20.26.2
botocore==1.34.103 botocore==1.34.104
boto3==1.34.103 boto3==1.34.104
virtualenv==20.26.1 virtualenv==20.26.2

Copy link

Job PR-4194-40a4cfb is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-4194/40a4cfb/index.html

@Innixma Innixma added this to the 1.2 Release milestone May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Related to dependency packages module: timeseries related to the timeseries module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants