Skip to content

Implement forecast decomposition for linear models #1164

Merged
merged 9 commits into from
Mar 16, 2023

Conversation

alex-hse-repository
Copy link
Collaborator

@alex-hse-repository alex-hse-repository commented Mar 15, 2023

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

@alex-hse-repository alex-hse-repository self-assigned this Mar 15, 2023
@codecov-commenter
Copy link

codecov-commenter commented Mar 15, 2023

Codecov Report

Merging #1164 (8a4c766) into master (2b11e60) will decrease coverage by 0.01%.
The diff coverage is 92.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    #1164      +/-   ##
==========================================
- Coverage   86.49%   86.49%   -0.01%     
==========================================
  Files         166      166              
  Lines        9684     9697      +13     
==========================================
+ Hits         8376     8387      +11     
- Misses       1308     1310       +2     
Impacted Files Coverage Δ
etna/models/sklearn.py 92.50% <50.00%> (-2.24%) ⬇️
etna/models/linear.py 97.67% <95.65%> (-2.33%) ⬇️

... and 4 files with indirect coverage changes

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

@github-actions
Copy link

github-actions bot commented Mar 15, 2023

@github-actions github-actions bot temporarily deployed to pull request March 15, 2023 08:27 Inactive
@github-actions github-actions bot temporarily deployed to pull request March 15, 2023 09:18 Inactive
etna/models/linear.py Outdated Show resolved Hide resolved
etna/models/linear.py Outdated Show resolved Hide resolved
tests/test_models/test_linear_model.py Show resolved Hide resolved
etna/models/linear.py Show resolved Hide resolved
etna/models/linear.py Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request March 16, 2023 09:35 Inactive
Mr-Geekman
Mr-Geekman previously approved these changes Mar 16, 2023
etna/models/linear.py Outdated Show resolved Hide resolved
etna/models/linear.py Outdated Show resolved Hide resolved
@alex-hse-repository alex-hse-repository enabled auto-merge (squash) March 16, 2023 16:19
@alex-hse-repository alex-hse-repository merged commit 4920a92 into master Mar 16, 2023
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 linear models
4 participants