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

Fix/NaiveEnsembleModel prediction component name #1602

Conversation

DavidKleindienst
Copy link
Contributor

Fixes #1601.

Summary

Fixes the component naming of NaiveEnsembleModel.predict, so that the component of the prediction has the same name as the component of the TimeSeries used for fitting.

@codecov-commenter
Copy link

codecov-commenter commented Feb 28, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.08 ⚠️

Comparison is base (ba07326) 94.14% compared to head (0de6ee4) 94.06%.

📣 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

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1602      +/-   ##
==========================================
- Coverage   94.14%   94.06%   -0.08%     
==========================================
  Files         125      125              
  Lines       11314    11304      -10     
==========================================
- Hits        10651    10633      -18     
- Misses        663      671       +8     
Impacted Files Coverage Δ
darts/models/forecasting/baselines.py 100.00% <100.00%> (ø)

... and 9 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@dennisbader dennisbader left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for this PR and the patience @DavidKleindienst

@madtoinou madtoinou merged commit 28d3e2a into unit8co:master Mar 27, 2023
9 checks passed
alexcolpitts96 pushed a commit to alexcolpitts96/darts that referenced this pull request May 31, 2023
Co-authored-by: David Kleindienst <kleindienst@ximes.com>
Co-authored-by: Dennis Bader <dennis.bader@gmx.ch>
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] NaiveEnsembleModel predictions have wrong component names
4 participants