Skip to content

Add ConfidenceIntervalOutliersTransform #196

Merged
merged 7 commits into from
Oct 15, 2021
Merged

Add ConfidenceIntervalOutliersTransform #196

merged 7 commits into from
Oct 15, 2021

Conversation

alex-hse-repository
Copy link
Collaborator

@alex-hse-repository alex-hse-repository commented Oct 15, 2021

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

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?

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

Add ConfidenceIntervalOutliersTransform

Related Issue

Closing issues

@alex-hse-repository alex-hse-repository added the enhancement New feature or request label Oct 15, 2021
@alex-hse-repository alex-hse-repository self-assigned this Oct 15, 2021
@julia-shenshina
Copy link
Contributor

Looks great!
Could you please update outliers example notebook with ci method?

@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2021

Codecov Report

Merging #196 (4550773) into master (76d95ae) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #196      +/-   ##
==========================================
+ Coverage   88.01%   88.07%   +0.06%     
==========================================
  Files          76       76              
  Lines        3505     3523      +18     
==========================================
+ Hits         3085     3103      +18     
  Misses        420      420              
Impacted Files Coverage Δ
etna/transforms/__init__.py 100.00% <100.00%> (ø)
etna/transforms/outliers.py 98.83% <100.00%> (+0.22%) ⬆️
etna/transforms/sklearn.py 95.83% <0.00%> (+0.18%) ⬆️

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 76d95ae...4550773. Read the comment docs.

@julia-shenshina julia-shenshina merged commit 4a0db38 into master Oct 15, 2021
@iKintosh iKintosh deleted the ETNA-814 branch November 18, 2021 15:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants