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] Removed interval_width parameter of Prophet #2630

Merged
merged 1 commit into from May 12, 2022
Merged

[ENH] Removed interval_width parameter of Prophet #2630

merged 1 commit into from May 12, 2022

Conversation

phershbe
Copy link
Contributor

Resolves: #2626

To restate what is mentioned in the issue, the interval_width parameter of Prophet is not used and is later overwritten, and is not mentioned in the docstring. The initialization logic can be replaced by the default value if needed. So interval_width is removed as an init argument and deleted where self.interval_width = interval_width.

@fkiraly fkiraly marked this pull request as ready for review May 12, 2022 17:28
@fkiraly fkiraly requested a review from aiwalter as a code owner May 12, 2022 17:28
@fkiraly fkiraly merged commit f172b7a into sktime:main May 12, 2022
@lmmentel lmmentel added the bugfix Fixes a known bug or removes unintended behavior label May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes a known bug or removes unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] remove unused interval_width param from Prophet
3 participants