spaCy/spacy/ml/models
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 Remove simple_ner code (#6041) 2020-09-09 16:11:27 +02:00
entity_linker.py update NEL docs after latest refactor 2020-10-12 11:41:27 +02:00
multi_task.py Update docs and types 2020-07-31 17:02:54 +02:00
parser.py state_type as Literal 2020-09-23 17:32:14 +02:00
tagger.py Fix imports, types and default configs 2020-08-07 18:40:54 +02:00
textcat.py TextCat updates and fixes (#6263) 2020-10-18 14:50:41 +02:00
tok2vec.py TextCat updates and fixes (#6263) 2020-10-18 14:50:41 +02:00