Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Ensembles works incorrectly with HierarchicalPipeline #177

Merged
merged 5 commits into from
Dec 8, 2023

Conversation

alex-hse-repository
Copy link
Collaborator

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

@alex-hse-repository alex-hse-repository self-assigned this Dec 6, 2023
etna/pipeline/base.py Outdated Show resolved Hide resolved
etna/pipeline/base.py Show resolved Hide resolved
@@ -26,6 +30,66 @@ def direct_ensemble_pipeline() -> DirectEnsemble:
return ensemble


@pytest.fixture
def naive_pipeline_top_down_market() -> Pipeline:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you repeat fixtures here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For DirectEnsemble we need fixture with different horizon, rename them slightly

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (03de185) 89.29% compared to head (0d63b3d) 89.29%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
- Coverage   89.29%   89.29%   -0.01%     
==========================================
  Files         198      198              
  Lines       12868    12866       -2     
==========================================
- Hits        11491    11489       -2     
  Misses       1377     1377              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Dec 6, 2023

🚀 Deployed on https://deploy-preview-177--etna-docs.netlify.app

@github-actions github-actions bot temporarily deployed to pull request December 6, 2023 07:02 Inactive
@github-actions github-actions bot temporarily deployed to pull request December 8, 2023 06:13 Inactive
@alex-hse-repository alex-hse-repository merged commit 9e577bb into master Dec 8, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Ensembles works incorrectly with HierarchicalPipeline
2 participants