Skip to content

Add params_to_tune for HoltWintersModel, HoltModel and SimpleExpSmoothingModel #1209

Merged
merged 9 commits into from
Apr 7, 2023

Conversation

Mr-Geekman
Copy link
Contributor

@Mr-Geekman Mr-Geekman commented Apr 6, 2023

Before submitting (must do checklist)

  • Did you read the contribution guide?
  • Did you update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • Did you update the CHANGELOG?

Proposed Changes

Look at #1195.

Closing issues

Closes #1195.

@Mr-Geekman Mr-Geekman self-assigned this Apr 6, 2023
@github-actions
Copy link

github-actions bot commented Apr 6, 2023

@github-actions github-actions bot temporarily deployed to pull request April 6, 2023 10:30 Inactive


class HoltModel(
PerSegmentModelMixin,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If we keep inherit HoldModel from HoltWintersModel we will get the error during to_dict because we don't save parameter exponential anywhere inside HoldModel. It is concerning that we haven't face this error before.

@codecov-commenter
Copy link

codecov-commenter commented Apr 6, 2023

Codecov Report

❗ No coverage uploaded for pull request base (automl-2.0@6c72c75). Click here to learn what that means.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@              Coverage Diff              @@
##             automl-2.0    #1209   +/-   ##
=============================================
  Coverage              ?   87.74%           
=============================================
  Files                 ?      177           
  Lines                 ?    10565           
  Branches              ?        0           
=============================================
  Hits                  ?     9270           
  Misses                ?     1295           
  Partials              ?        0           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

etna/models/holt_winters.py Outdated Show resolved Hide resolved
etna/models/holt_winters.py Outdated Show resolved Hide resolved
tests/test_models/test_holt_winters_model.py Outdated Show resolved Hide resolved
tests/test_models/test_holt_winters_model.py Outdated Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request April 7, 2023 12:50 Inactive
@Mr-Geekman Mr-Geekman requested a review from brsnw250 April 7, 2023 13:05
@Mr-Geekman Mr-Geekman merged commit 636c64f into automl-2.0 Apr 7, 2023
@Mr-Geekman Mr-Geekman deleted the issue-1195 branch April 7, 2023 13:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants