Skip to content

Extend CLI for estimation of the number of folds #1284

Merged
merged 9 commits into from Jun 13, 2023
Merged

Conversation

brsnw250
Copy link
Collaborator

@brsnw250 brsnw250 commented Jun 8, 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 #1237

@brsnw250 brsnw250 self-assigned this Jun 8, 2023
@github-actions
Copy link

github-actions bot commented Jun 8, 2023

@github-actions github-actions bot temporarily deployed to pull request June 8, 2023 14:20 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 9, 2023 08:21 Inactive
@codecov-commenter
Copy link

codecov-commenter commented Jun 9, 2023

Codecov Report

Merging #1284 (414ac71) into master (06cc015) will decrease coverage by 0.17%.
The diff coverage is 92.68%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master    #1284      +/-   ##
==========================================
- Coverage   88.06%   87.89%   -0.17%     
==========================================
  Files         187      176      -11     
  Lines       10825    10544     -281     
==========================================
- Hits         9533     9268     -265     
+ Misses       1292     1276      -16     
Impacted Files Coverage Δ
etna/commands/forecast_command.py 94.80% <89.47%> (-2.03%) ⬇️
etna/commands/backtest_command.py 95.91% <94.11%> (-1.15%) ⬇️
etna/commands/utils.py 100.00% <100.00%> (ø)

... and 12 files with indirect coverage changes

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

@brsnw250 brsnw250 requested a review from Mr-Geekman June 9, 2023 16:45
docs/source/commands.rst Show resolved Hide resolved
docs/source/commands.rst Outdated Show resolved Hide resolved
docs/source/commands.rst Outdated Show resolved Hide resolved
etna/commands/backtest_command.py Show resolved Hide resolved
tests/test_commands/conftest.py Show resolved Hide resolved
tests/test_commands/test_utils.py Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request June 13, 2023 08:59 Inactive
@brsnw250 brsnw250 requested a review from Mr-Geekman June 13, 2023 09:07
@github-actions github-actions bot temporarily deployed to pull request June 13, 2023 10:15 Inactive
@brsnw250 brsnw250 requested a review from Mr-Geekman June 13, 2023 10:38
@brsnw250 brsnw250 merged commit f4509bb into master Jun 13, 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.

Extend CLI for estimation of the number of folds
3 participants