Recent Releases of classy-classification

classy-classification - relax spacy and numpy constraints

What's Changed

  • Update version to 1.0.2 and refine package dependencies in pyproject by @davidberenstein1957 in https://github.com/davidberenstein1957/classy-classification/pull/54

Full Changelog: https://github.com/davidberenstein1957/classy-classification/compare/v1.0.1...v1.0.2

- Python
Published by davidberenstein1957 over 1 year ago

classy-classification - minor bug fixes

What's Changed

  • Updated package constraints and removed ONNX support by @davidberenstein1957 in https://github.com/davidberenstein1957/classy-classification/pull/48
  • Update classy_spacy.py by @davidberenstein1957 in https://github.com/davidberenstein1957/classy-classification/pull/51

Full Changelog: https://github.com/davidberenstein1957/classy-classification/compare/0.6.6...v1.0.1

- Python
Published by davidberenstein1957 over 1 year ago

classy-classification - v1.0.0

Stabilized the package by updating the dependencies and removing ONNX and fast-sentence-transformers support, due to archivation of the package.

- Python
Published by davidberenstein1957 about 2 years ago

classy-classification - renamed `text_categorizer` to `classy_classification`

- Python
Published by davidberenstein1957 almost 3 years ago

classy-classification - removed need for specific package import

- Python
Published by davidberenstein1957 almost 3 years ago

classy-classification - ONNX support for zero-shot

Added support for ONNX enhanced zer-shot support.

closes: #27

- Python
Published by davidberenstein1957 almost 3 years ago

classy-classification - major bug fix w.r.t. label sorting

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

closes #36 closes #28 closes #38

- Python
Published by davidberenstein1957 almost 3 years ago

classy-classification - minor bug fixes

sub-optimal config n_jobs parallelization issues

- Python
Published by davidberenstein1957 over 3 years ago

classy-classification - 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.tomlas optional dependency
  • added parallel processing for fitting the SVC using gridsearch

- Python
Published by davidberenstein1957 over 3 years ago

classy-classification - added outlier detection and SVM for OneVsRest multi-label classification

- Python
Published by davidberenstein1957 over 3 years ago

classy-classification - added verbosity, random_seed, spacy trf support

closes #20 closes #22 closes #23

- Python
Published by davidberenstein1957 over 3 years ago

classy-classification - fix syntax error

- Python
Published by davidberenstein1957 over 3 years ago

classy-classification - resolved error that did not allow for ONNX model

- Python
Published by davidberenstein1957 over 3 years ago

classy-classification - removed print statement

- Python
Published by davidberenstein1957 over 3 years ago

classy-classification - onxx release extras and multi label for zero-shot

- Python
Published by davidberenstein1957 over 3 years ago

classy-classification - multi-class support, bug-fixes and refactored codebase

https://github.com/Pandora-Intelligence/classy-classification/issues/15 https://github.com/Pandora-Intelligence/classy-classification/issues/14 https://github.com/Pandora-Intelligence/classy-classification/issues/13

- Python
Published by davidberenstein1957 over 3 years ago

classy-classification - resolved Fasttext issues #7 added save model documentation #8

- Python
Published by davidberenstein1957 over 3 years ago

classy-classification - added ONNX support for faster inference #6

- Python
Published by davidberenstein1957 about 4 years ago

classy-classification - removed verbose printing of fits

- Python
Published by davidberenstein1957 about 4 years ago

classy-classification - 0.4.1

- Python
Published by davidberenstein1957 about 4 years ago

classy-classification - added classification on spacy sentence level

- Python
Published by davidberenstein1957 about 4 years ago

classy-classification - first release

The first release of the classy classification package.

- Python
Published by davidberenstein1957 about 4 years ago