-
Notifications
You must be signed in to change notification settings - Fork 4
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 index columns order for MetaLearnerGridSearch.results_
#58
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58 +/- ##
==========================================
+ Coverage 94.91% 94.94% +0.03%
==========================================
Files 15 15
Lines 1476 1485 +9
==========================================
+ Hits 1401 1410 +9
Misses 75 75 ☔ View full report in Codecov by Sentry. |
@FrancescMartiEscofetQC Thanks for working on this :) Would you mind adding a test case that would've failed before and won't fail anymore based on this bug fix? |
Sure! |
Co-authored-by: Kevin Klein <[email protected]>
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.
LGTM - thanks! :)
Solves #47
The columns order now is first
"metalearner"
, then all the nuisance models with their parameters and finally the treatment models with their parameters.Example
Checklist
CHANGELOG.rst
entry