Navigation Menu

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

[ENH] add int handling to prophet #2709

Merged
merged 8 commits into from Jun 9, 2022
Merged

[ENH] add int handling to prophet #2709

merged 8 commits into from Jun 9, 2022

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented May 28, 2022

Fixes #2564, i.e., ensures that Prophet works with integer index input.

This is done by translating integer indices to "days since Jan 1, 2000", internally, when fitting, and converting back to integer indices, after predicting.

@fkiraly fkiraly added the module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting label May 28, 2022
@fkiraly fkiraly merged commit 12bbb22 into main Jun 9, 2022
@fkiraly fkiraly deleted the prophet-int branch June 9, 2022 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Prophet does not work with integer indices
1 participant