Skip to content

Regularization search #1001

Merged
merged 6 commits into from Nov 2, 2022
Merged

Regularization search #1001

merged 6 commits into from Nov 2, 2022

Conversation

Ama16
Copy link
Contributor

@Ama16 Ama16 commented Nov 2, 2022

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

Closing issues

@github-actions
Copy link

github-actions bot commented Nov 2, 2022

@github-actions github-actions bot temporarily deployed to pull request November 2, 2022 08:35 Inactive
@codecov-commenter
Copy link

codecov-commenter commented Nov 2, 2022

Codecov Report

Merging #1001 (86d9734) into master (a1797d2) will increase coverage by 0.05%.
The diff coverage is 94.54%.

@@            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     
Impacted Files Coverage Δ
...xperimental/change_points/regularization_search.py 94.44% <94.44%> (ø)
etna/experimental/change_points/__init__.py 100.00% <100.00%> (ø)

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

@github-actions github-actions bot temporarily deployed to pull request November 2, 2022 08:55 Inactive
@github-actions github-actions bot temporarily deployed to pull request November 2, 2022 09:02 Inactive
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))
Copy link
Contributor

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
Copy link
Contributor

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.

Copy link
Contributor

@Mr-Geekman Mr-Geekman left a 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.

@github-actions github-actions bot temporarily deployed to pull request November 2, 2022 09:22 Inactive
:
regularization parameters value

Raises
Copy link
Contributor

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?

Copy link
Contributor Author

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?

Copy link
Contributor

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"

@github-actions github-actions bot temporarily deployed to pull request November 2, 2022 09:45 Inactive
@github-actions github-actions bot temporarily deployed to pull request November 2, 2022 11:24 Inactive
@Ama16 Ama16 merged commit 8264118 into master Nov 2, 2022
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.

None yet

3 participants