Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function to change local classifier #100

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ashishpatel16
Copy link
Collaborator

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.

@codecov-commenter
Copy link

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 ⚠️
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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants