Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add get_anomalies_iqr function #374

Merged
merged 9 commits into from
Jun 6, 2024
Merged

Add get_anomalies_iqr function #374

merged 9 commits into from
Jun 6, 2024

Conversation

brsnw250
Copy link
Collaborator

@brsnw250 brsnw250 commented May 30, 2024

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

closes #346

@brsnw250 brsnw250 self-assigned this May 30, 2024
Copy link

github-actions bot commented May 30, 2024

🚀 Deployed on https://deploy-preview-374--etna-docs.netlify.app

@github-actions github-actions bot temporarily deployed to pull request May 30, 2024 14:30 Inactive
@github-actions github-actions bot temporarily deployed to pull request May 30, 2024 15:21 Inactive
@github-actions github-actions bot temporarily deployed to pull request May 31, 2024 08:03 Inactive
@martins0n martins0n requested a review from d-a-bunin June 3, 2024 07:42
period:
periodicity of the sequence for STL.
stl_params:
other parameters for STL. See https://www.statsmodels.org/devel/generated/statsmodels.tsa.seasonal.STL.html
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can't we reference it using :py:class syntax?

@brsnw250 brsnw250 requested a review from d-a-bunin June 5, 2024 08:59
@github-actions github-actions bot temporarily deployed to pull request June 5, 2024 09:03 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 6, 2024 09:41 Inactive
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

Attention: Patch coverage is 93.18182% with 6 lines in your changes missing coverage. Please review.

Project coverage is 86.81%. Comparing base (5cb8485) to head (24402c0).
Report is 5 commits behind head on master.

Files Patch % Lines
etna/analysis/outliers/rolling_statistics.py 93.02% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #374      +/-   ##
==========================================
- Coverage   88.88%   86.81%   -2.08%     
==========================================
  Files         224      226       +2     
  Lines       15381    15531     +150     
==========================================
- Hits        13672    13483     -189     
- Misses       1709     2048     +339     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@brsnw250 brsnw250 merged commit dd5edd1 into master Jun 6, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add get_anomalies_iqr function
2 participants