Skip to content

Implement in-sample predictions in BATS/TBATS #1181

Merged
merged 19 commits into from Mar 29, 2023
Merged

Conversation

brsnw250
Copy link
Collaborator

@brsnw250 brsnw250 commented Mar 23, 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

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

github-actions bot commented Mar 23, 2023

@github-actions github-actions bot temporarily deployed to pull request March 23, 2023 14:49 Inactive
@codecov-commenter
Copy link

codecov-commenter commented Mar 23, 2023

Codecov Report

Merging #1181 (6a635f6) into master (4041a08) will decrease coverage by 20.83%.
The diff coverage is 78.57%.

📣 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    #1181       +/-   ##
===========================================
- Coverage   87.62%   66.80%   -20.83%     
===========================================
  Files         177      166       -11     
  Lines       10326    10067      -259     
===========================================
- Hits         9048     6725     -2323     
- Misses       1278     3342     +2064     
Impacted Files Coverage Δ
etna/models/tbats.py 82.41% <78.57%> (-12.28%) ⬇️

... and 80 files with indirect coverage changes

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

@github-actions github-actions bot temporarily deployed to pull request March 23, 2023 15:08 Inactive
@github-actions github-actions bot temporarily deployed to pull request March 24, 2023 09:45 Inactive
tests/test_models/test_tbats.py Outdated Show resolved Hide resolved
etna/models/tbats.py Outdated Show resolved Hide resolved
etna/models/tbats.py Show resolved Hide resolved
etna/models/tbats.py Show resolved Hide resolved
tests/test_models/test_tbats.py Outdated Show resolved Hide resolved
tests/test_models/test_tbats.py Outdated Show resolved Hide resolved
tests/test_models/test_tbats.py Outdated Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request March 27, 2023 14:10 Inactive
@github-actions github-actions bot temporarily deployed to pull request March 27, 2023 15:14 Inactive
.github/workflows/test.yml Outdated Show resolved Hide resolved
tests/test_models/test_tbats.py Outdated Show resolved Hide resolved
tests/test_models/test_tbats.py Show resolved Hide resolved
etna/models/tbats.py Outdated Show resolved Hide resolved
etna/models/tbats.py Outdated Show resolved Hide resolved
etna/models/tbats.py Outdated Show resolved Hide resolved
tests/test_models/test_tbats.py Outdated Show resolved Hide resolved
.github/workflows/test.yml Outdated Show resolved Hide resolved
tests/test_models/test_tbats.py Outdated Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request March 28, 2023 14:04 Inactive
@alex-hse-repository alex-hse-repository merged commit 6a8e478 into master Mar 29, 2023
13 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 in-sample predictions in BATS/TBATS without exceptions
3 participants