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

Fix frequency inference in PandasDataset #2442

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

lostella
Copy link
Contributor

Description of changes: #2435 broke one of the documentation notebooks in that PandasDataset does not infer freq anymore when not provided. This PR fixes that.

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

@lostella lostella added the bug fix (one of pr required labels) label Nov 16, 2022
@lostella
Copy link
Contributor Author

Need to strengthen tests

@lostella lostella added the pending v0.11.x backport This contains a fix to be backported to the v0.11.x branch label Nov 16, 2022
@lostella lostella added the pr:docs-build-notebook Build notebooks for pull-request. label Nov 17, 2022
@lostella lostella enabled auto-merge (squash) November 17, 2022 08:41
@lostella lostella merged commit 40456d6 into awslabs:dev Nov 17, 2022
@lostella lostella deleted the fix-pandas-dataset-freq branch November 17, 2022 08:45
lostella added a commit to lostella/gluonts that referenced this pull request Nov 21, 2022
@lostella lostella mentioned this pull request Nov 21, 2022
lostella added a commit that referenced this pull request Nov 21, 2022
* Fix rotbaum random seed and num_samples argument. (#2408)

* Hierarchical: Make sure the input S matrix is of right dtype (#2415)

* Speed up `PandasDataset` for long dataframes (#2435)

* Fix frequency inference in `PandasDataset` (#2442)

* Mypy fixes (#2427)

* Fix new mypy complaints.

* Also remove ininspection comments.

* Tests: Change Python versions. (#2448)

Remove Python 3.6, instead test up to 3.10.

Co-authored-by: Sigrid Passano Hellan <[email protected]>
Co-authored-by: Syama Sundar Rangapuram <[email protected]>
Co-authored-by: Jasper <[email protected]>
@lostella lostella removed the pending v0.11.x backport This contains a fix to be backported to the v0.11.x branch label Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix (one of pr required labels) pr:docs-build-notebook Build notebooks for pull-request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants