spaCy/spacy/tests/training
Sofie Van Landeghem 75a202ce65
TextCat updates and fixes (#6263)
* small fix in example imports

* throw error when train_corpus or dev_corpus is not a string

* small fix in custom logger example

* limit macro_auc to labels with 2 annotations

* fix typo

* also create parents of output_dir if need be

* update documentation of textcat scores

* refactor TextCatEnsemble

* fix tests for new AUC definition

* bump to 3.0.0a42

* update docs

* rename to spacy.TextCatEnsemble.v2

* spacy.TextCatEnsemble.v1 in legacy

* cleanup

* small fix

* update to 3.0.0rc2

* fix import that got lost in merge

* cursed IDE

* fix two typos
2020-10-18 14:50:41 +02:00
..
__init__.py move tests to correct subdir 2020-09-15 21:40:38 +02:00
test_augmenters.py Update data augmenters (#6196) 2020-10-04 17:46:29 +02:00
test_new_example.py Refactor Token morph setting (#6175) 2020-10-01 22:21:46 +02:00
test_readers.py TextCat updates and fixes (#6263) 2020-10-18 14:50:41 +02:00
test_training.py Update data augmenters (#6196) 2020-10-04 17:46:29 +02:00