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

Fix log when training model #111

Open mirand863 opened 6 months ago

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 96.50%. Comparing base (c767c9b) to head (ee7c294).

Files Patch % Lines
hiclass/LocalClassifierPerLevel.py 66.66% 2 Missing :warning:
hiclass/LocalClassifierPerNode.py 71.42% 2 Missing :warning:
hiclass/LocalClassifierPerParentNode.py 71.42% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #111 +/- ## ========================================== - Coverage 97.00% 96.50% -0.51% ========================================== Files 11 11 Lines 1134 1143 +9 ========================================== + Hits 1100 1103 +3 - Misses 34 40 +6 ```

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