Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Pre-release v2020.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nsorros nsorros released this 07 Apr 10:21
1ca7f41

ML

  • Add partial_fit to BERTClassifier
  • Add mean_last_four embedding to BertVectorizer
  • Use nlp.pipe for prediction as its quicker
  • Add generator to transform data on demand for spacy to reduce memory usage
  • Add multilabel and architecture parameter in SpacyClassifier
  • Modify SpacyClassifier to accept sparse Y for multilabel classification
  • Add pretrain_vectors_path parameters to SpacyClassifier
  • Add speed metric to SpacyClassifier and BertClassifier
  • Fix tests in BertClassifier to check for loss reduction after 5 iterations