-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add multilabel classification for training (#191)
* Added multilabel option to training * Added multilabel option to training * Added multilabel option to training * Added multilabel option to training * Added multilabel option to training * Added multilabel option to training * Added threshold to predict * Updated docs * Updated docs * Removed fallback logic * Updated docs * Updated docs * Resolved feedback * Update model2vec/train/README.md Co-authored-by: Stephan Tulkens <[email protected]> * Resolved feedback * Resolved feedback * Resolved feedback * Resolved feedback * add multilabel targets, fix tests (#194) * Fixed bug with array conversion * Optimized inference performance * Changed classes to np array * Added int as possible label type * Added int as possible label type * Use previous logic * Updated type check * Updated type check * Updated type check logic * Only return object type array for multilabel --------- Co-authored-by: Stephan Tulkens <[email protected]>
- Loading branch information
1 parent
84e3fa8
commit 2d51516
Showing
8 changed files
with
271 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.