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 index columns order for MetaLearnerGridSearch.results_ #58

Merged
merged 6 commits into from
Jul 10, 2024

Conversation

FrancescMartiEscofetQC
Copy link
Contributor

@FrancescMartiEscofetQC FrancescMartiEscofetQC commented Jul 9, 2024

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

  • Added a CHANGELOG.rst entry

@FrancescMartiEscofetQC FrancescMartiEscofetQC linked an issue Jul 9, 2024 that may be closed by this pull request
@FrancescMartiEscofetQC FrancescMartiEscofetQC marked this pull request as ready for review July 9, 2024 15:14
Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.94%. Comparing base (f8c0db7) to head (f79658a).
Report is 32 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@kklein
Copy link
Collaborator

kklein commented Jul 9, 2024

@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?

@FrancescMartiEscofetQC
Copy link
Contributor Author

Would you mind adding a test case that would've failed before and won't fail anymore based on this bug fix?

Sure!
51a5faf

CHANGELOG.rst Outdated Show resolved Hide resolved
Co-authored-by: Kevin Klein <[email protected]>
kklein
kklein previously approved these changes Jul 10, 2024
Copy link
Collaborator

@kklein kklein 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! :)

@FrancescMartiEscofetQC FrancescMartiEscofetQC merged commit 1580c96 into main Jul 10, 2024
16 checks passed
@FrancescMartiEscofetQC FrancescMartiEscofetQC deleted the gs_results_order branch July 10, 2024 08:09
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.

Fix index columns order for MetaLearnerGridSearch.results_
2 participants