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

Simplify TimeSeriesCloudPredictor API #105

Merged
merged 2 commits into from
Jan 18, 2024

Conversation

shchur
Copy link
Contributor

@shchur shchur commented Jan 17, 2024

Description of changes:

  • Provide default values for id_column and timestamp_column in TimeSeriesCloudPredictor.fit().
  • Use values of id_column, timestamp_column and target provided during fit() when calling predict() and predict_real_time().
    • Now predict() and predict_real_time() method do not accept id_column and timestamp_column arguments, so it's a breaking change.

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

Copy link

Job PR-105-8334f00 is done.
Docs are uploaded to https://d12sc05jpx1wj5.cloudfront.net/PR-105/8334f00/index.html

@shchur shchur changed the title Simplify TimeSeriesCloudPredictor API [BREAKING] Simplify TimeSeriesCloudPredictor API Jan 18, 2024
@shchur shchur requested a review from tonyhoo January 18, 2024 14:48
@shchur shchur changed the title [BREAKING] Simplify TimeSeriesCloudPredictor API Simplify TimeSeriesCloudPredictor API Jan 18, 2024
Copy link

Job PR-105-20309c0 is done.
Docs are uploaded to https://d12sc05jpx1wj5.cloudfront.net/PR-105/20309c0/index.html

@tonyhoo tonyhoo merged commit f1b198f into autogluon:master Jan 18, 2024
33 of 34 checks passed
@shchur shchur deleted the simplify-ts-api branch January 23, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants