-
Notifications
You must be signed in to change notification settings - Fork 909
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: estimator getter and lagged_label_name #2246
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2246 +/- ##
==========================================
+ Coverage 93.95% 93.97% +0.01%
==========================================
Files 135 135
Lines 13501 13511 +10
==========================================
+ Hits 12685 12697 +12
+ Misses 816 814 -2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @madtoinou.
Had some minor suggestions about target lags naming, and simplifying the test.
Maybe we can extend the get get_multioutput_estimator
to get_estimator
that retrieves the correct estimator, regardless whether it's a multi output model or not?
…into fix/regmodel_bugs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR, thanks @madtoinou 🚀
Fixes #2217.
Summary
get_multioutput_estimator()
where the incorrect estimator could be returnedOther Information