-
Notifications
You must be signed in to change notification settings - Fork 79
Regularization search #1001
Regularization search #1001
Conversation
🚀 Deployed on https://deploy-preview-1001--etna-docs.netlify.app |
Codecov Report
@@ Coverage Diff @@
## master #1001 +/- ##
==========================================
+ Coverage 85.73% 85.79% +0.05%
==========================================
Files 160 162 +2
Lines 8548 8603 +55
==========================================
+ Hits 7329 7381 +52
- Misses 1219 1222 +3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
CHANGELOG.md
Outdated
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
- Add `plot_change_points_interactive` ([#988](https://github.com/tinkoff-ai/etna/pull/988)) | |||
- Add `experimental` module with `TimeSeriesBinaryClassifier` and `PredictabilityAnalyzer` ([#985](https://github.com/tinkoff-ai/etna/pull/985)) | |||
- Inference track results: add `predict` method to pipelines, teach some models to work with context, change hierarchy of base models, update notebook examples ([#979](https://github.com/tinkoff-ai/etna/pull/979)) | |||
- | |||
- Add `get_ruptures_regularization` in `experimental` module ([#1001](https://github.com/tinkoff-ai/etna/pull/1001)) |
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.
May be "in" -> "into"?
Returns | ||
------- | ||
: | ||
regularization parameters values |
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.
May be we should somehow explain how this format is working.
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.
Look at comments above.
: | ||
regularization parameters value | ||
|
||
Raises |
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.
Aren't there should be two errors?
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.
Is the new version better?
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.
Let's separate it into two errors.
And I think that we should change "so" -> "too":
"is too low for needed n_bkps"
Before submitting (must do checklist)
Proposed Changes
Closing issues