scikit-learn-contrib / hiclass

A python library for hierarchical classification compatible with scikit-learn
BSD 3-Clause "New" or "Revised" License
113 stars 20 forks source link

Add explainer for local classifier per level #minor #116

Closed dniprocat closed 4 months ago

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 95.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 96.69%. Comparing base (4595264) to head (7f37044).

Files Patch % Lines
hiclass/Explainer.py 95.65% 1 Missing :warning:
hiclass/LocalClassifierPerParentNode.py 94.11% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #116 +/- ## ========================================== + Coverage 96.68% 96.69% +0.01% ========================================== Files 13 13 Lines 1268 1303 +35 ========================================== + Hits 1226 1260 +34 - Misses 42 43 +1 ```

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

mirand863 commented 4 months ago

@dniprocat would it be possible to add figures instead of prints to the google colabs code? I also think it would be better to use the platypus dataset