spaCy/spacy/ml
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
..
models TextCat updates and fixes (#6263) 2020-10-18 14:50:41 +02:00
__init__.py Tidy up and auto-format 2020-06-20 14:15:04 +02:00
_character_embed.py Update docs and types 2020-07-31 17:02:54 +02:00
_precomputable_affine.py Tidy up, autoformat, add types 2020-07-25 15:01:15 +02:00
extract_ngrams.py Update docs and types 2020-07-31 17:02:54 +02:00
featureextractor.py Fix import 2020-10-02 01:12:34 +02:00
parser_model.pxd The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
parser_model.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
staticvectors.py avoid dropout at runtime (#6247) 2020-10-13 14:39:59 +02:00
tb_framework.py Remove unused variable [ci skip] 2020-08-29 13:11:26 +02:00