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

ENH, FIX i) build_oob_forest backwards compatiblility with sklearn and ii) HonestForest stratification during bootstrap #283

Merged
merged 28 commits into from
Jun 24, 2024

Add unit teste coverage

290c5f6
Select commit
Loading
Failed to load commit list.
Merged

ENH, FIX i) build_oob_forest backwards compatiblility with sklearn and ii) HonestForest stratification during bootstrap #283

Add unit teste coverage
290c5f6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 24, 2024 in 0s

78.55% (+1.75%) compared to b8da7b0

View this Pull Request on Codecov

78.55% (+1.75%) compared to b8da7b0

Details

Codecov Report

Attention: Patch coverage is 82.14286% with 10 lines in your changes missing coverage. Please review.

Project coverage is 78.55%. Comparing base (b8da7b0) to head (290c5f6).
Report is 1 commits behind head on main.

Files Patch % Lines
sktree/ensemble/_honest_forest.py 77.77% 4 Missing and 2 partials ⚠️
sktree/tree/_honest_tree.py 80.00% 2 Missing and 1 partial ⚠️
sktree/stats/forestht.py 88.88% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #283      +/-   ##
==========================================
+ Coverage   76.79%   78.55%   +1.75%     
==========================================
  Files          25       24       -1     
  Lines        2267     2252      -15     
  Branches      409      414       +5     
==========================================
+ Hits         1741     1769      +28     
+ Misses        402      352      -50     
- Partials      124      131       +7     

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