hiclass icon indicating copy to clipboard operation
hiclass copied to clipboard

Function to change local classifier

Open ashishpatel16 opened this issue 7 months ago • 1 comments

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.

ashishpatel16 avatar Dec 09 '23 14:12 ashishpatel16

Codecov Report

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:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
- Coverage   98.40%   98.25%   -0.16%     
==========================================
  Files           8        8              
  Lines         566      572       +6     
==========================================
+ Hits          557      562       +5     
- Misses          9       10       +1     

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

codecov-commenter avatar Dec 09 '23 14:12 codecov-commenter