Skip to content

V-optimal hist error #79

Merged
merged 16 commits into from
Oct 6, 2021
Merged

V-optimal hist error #79

merged 16 commits into from
Oct 6, 2021

Conversation

Ama16
Copy link
Contributor

@Ama16 Ama16 commented Sep 22, 2021

IMPORTANT: Please do not create a Pull Request without creating an issue first.

Before submitting (checklist)

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contribution guide?
  • Did you check the code style? make lint (poetry install -E style).
  • Did you make sure to update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • Did you check that your code passes the unit tests pytest tests/ ?
  • Did you add your new functionality to the docs?
  • Did you update the CHANGELOG?

Type of Change

  • Examples / docs / tutorials / contributors update
  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves an existing feature)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Proposed Changes

Related Issue

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Closing issues

Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).

@julia-shenshina julia-shenshina marked this pull request as draft September 22, 2021 12:21
@julia-shenshina julia-shenshina self-assigned this Sep 22, 2021
@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2021

Codecov Report

Merging #79 (b561485) into master (d4b98a4) will decrease coverage by 0.85%.
The diff coverage is 71.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
- Coverage   88.06%   87.20%   -0.86%     
==========================================
  Files          66       67       +1     
  Lines        2865     3025     +160     
==========================================
+ Hits         2523     2638     +115     
- Misses        342      387      +45     
Impacted Files Coverage Δ
etna/analysis/outliers/hist_outliers.py 71.33% <71.33%> (ø)
etna/analysis/__init__.py 100.00% <100.00%> (ø)
etna/analysis/outliers/__init__.py 100.00% <100.00%> (ø)
etna/transforms/outliers.py 98.27% <100.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d4b98a4...b561485. Read the comment docs.

@julia-shenshina
Copy link
Contributor

how about tests? 🙂

@julia-shenshina
Copy link
Contributor

Add docs for methods please

Copy link
Contributor

@julia-shenshina julia-shenshina left a comment

Choose a reason for hiding this comment

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

test comment 🙂

etna/analysis/outliers/hist_outliers.py Outdated Show resolved Hide resolved
etna/analysis/outliers/hist_outliers.py Outdated Show resolved Hide resolved
etna/analysis/outliers/hist_outliers.py Outdated Show resolved Hide resolved
etna/analysis/outliers/hist_outliers.py Outdated Show resolved Hide resolved
etna/analysis/outliers/hist_outliers.py Outdated Show resolved Hide resolved
etna/analysis/outliers/hist_outliers.py Outdated Show resolved Hide resolved
etna/analysis/outliers/hist_outliers.py Outdated Show resolved Hide resolved
etna/analysis/outliers/hist_outliers.py Outdated Show resolved Hide resolved
etna/analysis/outliers/hist_outliers.py Show resolved Hide resolved
etna/analysis/outliers/hist_outliers.py Outdated Show resolved Hide resolved
@julia-shenshina julia-shenshina marked this pull request as ready for review October 5, 2021 13:46
julia-shenshina
julia-shenshina previously approved these changes Oct 5, 2021
@julia-shenshina julia-shenshina merged commit 1ff482b into master Oct 6, 2021
alex-hse-repository pushed a commit that referenced this pull request Oct 7, 2021
* V-optimal hist error

* First version hist anomalies

* Add tests, raw version

* Ready to optimize

* Add docs

* Add numba v1

* new tests

* Minor fix

* Fix bugs

* Fix lint

* Fix x2

* Final

* Changelog

* Final x2

* run workflow

Co-authored-by: Andrey Alekseev <ilekseev@gmail.com>
julia-shenshina added a commit that referenced this pull request Oct 7, 2021
* Add TrendTransform

* Update CHANGELOG

* Fixes

* Fix style

* Rerun tests

* Update ruptures version (#141)

* Update ruptures version

* Fix doccstring

* Upd CHANGELOG

* Fix changelog clustering typo (#137)

* Add scaling for cbar in correlation_heatmap (#143)

* Add scaling for cbar

* Update CHANGELOG

* Hist anomalies detection (#79)

* V-optimal hist error

* First version hist anomalies

* Add tests, raw version

* Ready to optimize

* Add docs

* Add numba v1

* new tests

* Minor fix

* Fix bugs

* Fix lint

* Fix x2

* Final

* Changelog

* Final x2

* run workflow

Co-authored-by: Andrey Alekseev <ilekseev@gmail.com>

* Fix _Binseg location

* Fix style

Co-authored-by: Julia Shenshina <yuliya.shenshina@phystech.edu>
Co-authored-by: Mr-Geekman <36005824+Mr-Geekman@users.noreply.github.com>
Co-authored-by: Artyom Makhin <48079881+Ama16@users.noreply.github.com>
Co-authored-by: Andrey Alekseev <ilekseev@gmail.com>
@iKintosh iKintosh deleted the ETNA-722 branch November 18, 2021 15:49
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

4 participants