-
Notifications
You must be signed in to change notification settings - Fork 80
Add params_to_tune
for HoltWintersModel
, HoltModel
and SimpleExpSmoothingModel
#1209
Conversation
# Conflicts: # CHANGELOG.md
🚀 Deployed on https://deploy-preview-1209--etna-docs.netlify.app |
|
||
|
||
class HoltModel( | ||
PerSegmentModelMixin, |
There was a problem hiding this comment.
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 Report
📣 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 |
# Conflicts: # CHANGELOG.md
Before submitting (must do checklist)
Proposed Changes
Look at #1195.
Closing issues
Closes #1195.