Skip to content

Releases: davidberenstein1957/classy-classification

renamed `text_categorizer` to `classy_classification`

31 Aug 19:10
Compare
Choose a tag to compare
0.6.6

fix: rename pipeline to classy_classification

removed need for specific package import

19 Jun 12:51
Compare
Choose a tag to compare
0.6.5

Merge branch 'main' of https://github.com/Pandora-Intelligence/classy…

ONNX support for zero-shot

18 Jun 14:03
Compare
Choose a tag to compare

Added support for ONNX enhanced zer-shot support.

closes: #27

major bug fix w.r.t. label sorting

18 Jun 12:54
Compare
Choose a tag to compare

There was some unexpected behaviour with labels being sorted incorrectly, leading to wrong predictions.

closes #36
closes #28
closes #38

minor bug fixes

15 Feb 16:10
Compare
Choose a tag to compare

sub-optimal config
n_jobs parallelization issues

resolved no vector bug and added onnx extras

14 Jan 10:54
8aaf887
Compare
Choose a tag to compare
  • 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.tomlas optional dependency
  • added parallel processing for fitting the SVC using gridsearch

added outlier detection and SVM for OneVsRest multi-label classification

30 Dec 09:15
Compare
Choose a tag to compare

added verbosity, random_seed, spacy trf support

24 Dec 10:15
Compare
Choose a tag to compare

fix syntax error

15 Dec 16:58
d3828d6
Compare
Choose a tag to compare
0.5.3.1

Update pyproject.toml

resolved error that did not allow for ONNX model

15 Dec 16:05
038be00
Compare
Choose a tag to compare