Open ashishpatel16 opened 11 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
a4c79e8
) 98.40% compared to head (13feb3f
) 98.25%.
Files | Patch % | Lines |
---|---|---|
hiclass/HierarchicalClassifier.py | 83.33% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
As of now, there is no functionality to update a classifier, one must recreate a new instance of the Hierarchical classifier. This PR adds a new method to update the local classifier model used.