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

[BUG] removes superfluous UserWarning in AutoETS.fit if auto=True and additive_only=True #3311 #3317

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

chillerobscuro
Copy link
Contributor

@chillerobscuro chillerobscuro commented Aug 22, 2022

Removes unnecessary warning from ETS estimator

Reference Issues/PRs

Bug #3311

What does this implement/fix? Explain your changes.

This removes a warning about multiplicative components when self.additive_only == True

Does your contribution introduce a new dependency? If yes, which one?

No

What should a reviewer concentrate their feedback on?

Open to any feedback, this is my first open source PR

Any other comments?

I also added a space in the warning string so it will be formatted slightly better when printed. I will add myself to the list of contributors and add unit tests if necessary.

PR checklist

For all contributions
  • I've added myself to the list of contributors.
  • I've added unit tests and made sure they pass locally.
  • The PR title starts with either [ENH], [MNT], [DOC], or [BUG] indicating whether the PR topic is related to enhancement, maintenance, documentation, or bug.

Remove unnecessary warning
@fkiraly fkiraly changed the title [Bug] Fixes Bug #3311 [BUG] fixes superfluous UserWarning in AutoETS.fit if auto=True and additive_only=True #3311 Aug 22, 2022
@fkiraly fkiraly added module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting bugfix Fixes a known bug or removes unintended behavior labels Aug 22, 2022
@fkiraly fkiraly changed the title [BUG] fixes superfluous UserWarning in AutoETS.fit if auto=True and additive_only=True #3311 [BUG] removes superfluous UserWarning in AutoETS.fit if auto=True and additive_only=True #3311 Aug 22, 2022
@fkiraly fkiraly merged commit 99ea5d6 into sktime:main Aug 22, 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 module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] AutoETS.fit generates an unneeded UserWarning when auto=True and additive_only=True
2 participants