-
Notifications
You must be signed in to change notification settings - Fork 80
Conversation
🚀 Deployed on https://deploy-preview-1204--etna-docs.netlify.app |
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 #1204 +/- ##
=============================================
Coverage ? 69.04%
=============================================
Files ? 177
Lines ? 10490
Branches ? 0
=============================================
Hits ? 7243
Misses ? 3247
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -117,6 +147,16 @@ def __init__(self, alpha: float = 1.0, l1_ratio: float = 0.5, fit_intercept: boo | |||
) | |||
) | |||
|
|||
def params_to_tune(self) -> Dict[str, "BaseDistribution"]: |
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.
What about linear per-segment?
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.
It is added higher.
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.
Thought you added it to adapter)
Before submitting (must do checklist)
Proposed Changes
Look at #1192.
Closing issues
Closes #1192.