neurodata / treeple

Scikit-learn compatible decision trees beyond those offered in scikit-learn
https://treeple.ai
Other
61 stars 14 forks source link

FEA Implement pruning using honest subsample data to fit the leaves #286

Open adam2392 opened 2 months ago

adam2392 commented 2 months ago

Changes proposed in this pull request:

Before submitting

After submitting

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 82.97872% with 8 lines in your changes missing coverage. Please review.

Project coverage is 80.11%. Comparing base (1d970b0) to head (a2bdf39). Report is 1 commits behind head on main.

Files Patch % Lines
treeple/tree/_honest_tree.py 82.60% 3 Missing and 5 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #286 +/- ## ========================================== + Coverage 80.00% 80.11% +0.10% ========================================== Files 24 24 Lines 2221 2258 +37 Branches 411 418 +7 ========================================== + Hits 1777 1809 +32 - Misses 312 313 +1 - Partials 132 136 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.