Skip to content

Add distribution classes for AutoML #1292

Merged
merged 7 commits into from Jun 21, 2023
Merged

Add distribution classes for AutoML #1292

merged 7 commits into from Jun 21, 2023

Conversation

Mr-Geekman
Copy link
Contributor

@Mr-Geekman Mr-Geekman commented Jun 19, 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

Look #1290.

Closing issues

Closes #1290.

@Mr-Geekman Mr-Geekman self-assigned this Jun 19, 2023
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2023

Codecov Report

Merging #1292 (e826165) into automl-2.0 (ec40caf) will increase coverage by 0.29%.
The diff coverage is 99.48%.

❗ 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               @@
##           automl-2.0    #1292      +/-   ##
==============================================
+ Coverage       88.26%   88.56%   +0.29%     
==============================================
  Files             187      189       +2     
  Lines           11480    11436      -44     
==============================================
- Hits            10133    10128       -5     
+ Misses           1347     1308      -39     
Impacted Files Coverage Δ
etna/distributions/distributions.py 96.00% <96.00%> (ø)
etna/auto/auto.py 95.71% <100.00%> (-0.15%) ⬇️
etna/auto/utils.py 85.71% <100.00%> (+12.03%) ⬆️
etna/distributions/__init__.py 100.00% <100.00%> (ø)
etna/ensembles/direct_ensemble.py 96.72% <100.00%> (-0.11%) ⬇️
etna/ensembles/stacking_ensemble.py 98.26% <100.00%> (-0.03%) ⬇️
etna/ensembles/voting_ensemble.py 95.60% <100.00%> (-0.10%) ⬇️
etna/models/base.py 86.77% <100.00%> (-0.07%) ⬇️
etna/models/catboost.py 100.00% <100.00%> (ø)
etna/models/deadline_ma.py 98.71% <100.00%> (-0.02%) ⬇️
... and 33 more

... and 2 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 Jun 19, 2023

@github-actions github-actions bot temporarily deployed to pull request June 19, 2023 14:13 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 19, 2023 14:22 Inactive
@Mr-Geekman
Copy link
Contributor Author

We should discuss how we are going to make documentation for etna.distributions is we are going to keep it that way.

etna/auto/utils.py Outdated Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request June 20, 2023 12:33 Inactive
@Mr-Geekman Mr-Geekman merged commit d69b5c1 into automl-2.0 Jun 21, 2023
13 checks passed
@Mr-Geekman Mr-Geekman deleted the issue-1290 branch June 21, 2023 13:27
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.

None yet

3 participants