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

30 accelerate cpi by using batch prediction and numpy array operations instead of for loop #31

optimize the implementation of `PermutationImportance.predict`

212198a
Select commit
Loading
Failed to load commit list.
Merged

30 accelerate cpi by using batch prediction and numpy array operations instead of for loop #31

optimize the implementation of `PermutationImportance.predict`
212198a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 14, 2024 in 1s

77.11% (+0.02%) compared to 9b3d98e

View this Pull Request on Codecov

77.11% (+0.02%) compared to 9b3d98e

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.11%. Comparing base (9b3d98e) to head (212198a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
+ Coverage   77.09%   77.11%   +0.02%     
==========================================
  Files          46       46              
  Lines        2462     2465       +3     
==========================================
+ Hits         1898     1901       +3     
  Misses        564      564              

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