Skip to content

Implement forecast decomposition for DeadlineMovingAverageModel #1186

Merged
merged 12 commits into from Mar 31, 2023

Conversation

brsnw250
Copy link
Collaborator

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 #1171

@brsnw250 brsnw250 self-assigned this Mar 29, 2023
@github-actions
Copy link

github-actions bot commented Mar 29, 2023

@github-actions github-actions bot temporarily deployed to pull request March 29, 2023 12:16 Inactive
@codecov-commenter
Copy link

codecov-commenter commented Mar 29, 2023

Codecov Report

Merging #1186 (18495ce) into master (9483e6a) will decrease coverage by 0.28%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master    #1186      +/-   ##
==========================================
- Coverage   87.67%   87.40%   -0.28%     
==========================================
  Files         177      177              
  Lines       10408    10438      +30     
==========================================
- Hits         9125     9123       -2     
- Misses       1283     1315      +32     
Impacted Files Coverage Δ
etna/models/deadline_ma.py 98.66% <100.00%> (+3.66%) ⬆️

... and 3 files with indirect coverage changes

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

etna/models/deadline_ma.py Outdated Show resolved Hide resolved
etna/models/deadline_ma.py Show resolved Hide resolved
etna/models/deadline_ma.py Show resolved Hide resolved
etna/models/deadline_ma.py Outdated Show resolved Hide resolved
tests/test_models/test_simple_models.py Outdated Show resolved Hide resolved
tests/test_models/test_simple_models.py Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request March 30, 2023 08:47 Inactive
@github-actions github-actions bot temporarily deployed to pull request March 30, 2023 09:19 Inactive
@github-actions github-actions bot temporarily deployed to pull request March 31, 2023 08:43 Inactive
@github-actions github-actions bot temporarily deployed to pull request March 31, 2023 09:06 Inactive
@brsnw250 brsnw250 enabled auto-merge (squash) March 31, 2023 09:49
@brsnw250 brsnw250 merged commit 0b3229a into master Mar 31, 2023
12 checks passed
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.

Implement forecast decomposition for DeadlineMovingAverageModel
3 participants