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

Implement MetaLearnerGridSearch #9

Merged
merged 93 commits into from
Jul 5, 2024

Merge branch 'main' into implement_grid_search

5d1dde9
Select commit
Loading
Failed to load commit list.
Merged

Implement MetaLearnerGridSearch #9

Merge branch 'main' into implement_grid_search
5d1dde9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 5, 2024 in 0s

94.91% (-0.11%) compared to 5bbadf8

View this Pull Request on Codecov

94.91% (-0.11%) compared to 5bbadf8

Details

Codecov Report

Attention: Patch coverage is 93.69369% with 7 lines in your changes missing coverage. Please review.

Project coverage is 94.91%. Comparing base (5bbadf8) to head (5d1dde9).

Files Patch % Lines
metalearners/_utils.py 16.66% 5 Missing ⚠️
metalearners/grid_search.py 98.07% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
- Coverage   95.01%   94.91%   -0.11%     
==========================================
  Files          14       15       +1     
  Lines        1365     1475     +110     
==========================================
+ Hits         1297     1400     +103     
- Misses         68       75       +7     

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