Releases: davidberenstein1957/classy-classification
Releases · davidberenstein1957/classy-classification
renamed `text_categorizer` to `classy_classification`
0.6.6 fix: rename pipeline to classy_classification
removed need for specific package import
0.6.5 Merge branch 'main' of https://github.com/Pandora-Intelligence/classy…
ONNX support for zero-shot
Added support for ONNX enhanced zer-shot support.
closes: #27
major bug fix w.r.t. label sorting
minor bug fixes
sub-optimal config
n_jobs
parallelization issues
resolved no vector bug and added onnx extras
- no vector bug when
doc.has_vector
resulted in an error instead of creating an empty vector #22 - onnx extras was not properly added to the
pyproject.toml
as optional dependency - added parallel processing for fitting the SVC using gridsearch
added outlier detection and SVM for OneVsRest multi-label classification
0.6.0 updated lock file
added verbosity, random_seed, spacy trf support
fix syntax error
0.5.3.1 Update pyproject.toml
resolved error that did not allow for ONNX model
0.5.3 Update pyproject.toml