Skip to content

Forecast decomposition for CatBoost models #1148

Merged
merged 9 commits into from
Mar 7, 2023
Merged

Conversation

brsnw250
Copy link
Collaborator

@brsnw250 brsnw250 commented Mar 3, 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 #1135

@brsnw250 brsnw250 self-assigned this Mar 3, 2023
@codecov-commenter
Copy link

codecov-commenter commented Mar 3, 2023

Codecov Report

Merging #1148 (0e82c81) into master (3d76478) will decrease coverage by 0.20%.
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    #1148      +/-   ##
==========================================
- Coverage   87.00%   86.81%   -0.20%     
==========================================
  Files         177      177              
  Lines        9847     9856       +9     
==========================================
- Hits         8567     8556      -11     
- Misses       1280     1300      +20     
Impacted Files Coverage Δ
etna/models/catboost.py 100.00% <100.00%> (ø)
etna/auto/runner/utils.py 50.00% <0.00%> (-50.00%) ⬇️
etna/libs/tsfresh/significance_tests.py 31.88% <0.00%> (-15.95%) ⬇️
etna/core/mixins.py 95.23% <0.00%> (-3.41%) ⬇️
etna/libs/tsfresh/relevance.py 76.19% <0.00%> (-1.91%) ⬇️
etna/models/nn/utils.py 83.94% <0.00%> (-0.12%) ⬇️
etna/models/utils.py 100.00% <0.00%> (ø)
etna/models/nn/mlp.py 100.00% <0.00%> (ø)
etna/models/nn/rnn.py 100.00% <0.00%> (ø)

📣 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 3, 2023

@github-actions github-actions bot temporarily deployed to pull request March 3, 2023 08:33 Inactive
@github-actions github-actions bot temporarily deployed to pull request March 3, 2023 09:20 Inactive
@github-actions github-actions bot temporarily deployed to pull request March 3, 2023 10:52 Inactive
etna/models/catboost.py Outdated Show resolved Hide resolved
tests/test_models/test_catboost.py Outdated Show resolved Hide resolved
tests/test_models/test_catboost.py Outdated Show resolved Hide resolved
tests/test_models/test_catboost.py Outdated Show resolved Hide resolved
tests/test_models/test_catboost.py Outdated Show resolved Hide resolved
tests/test_models/test_catboost.py Outdated Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request March 6, 2023 10:58 Inactive
@github-actions github-actions bot temporarily deployed to pull request March 7, 2023 08:39 Inactive
@alex-hse-repository alex-hse-repository merged commit 674bc11 into master Mar 7, 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 CatBoost models
3 participants