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] Fix inconsistent item_id handling by GluonTS #2605

Merged
merged 1 commit into from
Dec 27, 2022

Conversation

shchur
Copy link
Collaborator

@shchur shchur commented Dec 27, 2022

Description of changes:

Background: Some GluonTS models always convert item_id to a string, while others keep the original dtype (e.g., int). With this PR, we ensure that we always convert item_id to a string internally, but return the correct dtype to the user.

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
Contributor

@canerturkmen canerturkmen left a comment

Choose a reason for hiding this comment

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

LGTM!

@github-actions
Copy link

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

@shchur shchur merged commit a34972f into autogluon:master Dec 27, 2022
@shchur shchur deleted the fix-mxnet-itemid branch December 27, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants