spaCy/spacy/pipeline
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
..
_parser_internals Tidy up errors and warnings 2020-10-04 11:16:31 +02:00
__init__.py TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
attributeruler.py Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
dep_parser.pyx Fix multitasks 2020-09-29 18:33:16 +02:00
entity_linker.py Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
entityruler.py TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
functions.py Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
lemmatizer.py Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
morphologizer.pyx Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
multitask.pyx TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
ner.pyx Fix multitasks 2020-09-29 18:33:16 +02:00
pipe.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
pipe.pyx TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
sentencizer.pyx TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
senter.pyx Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
tagger.pyx one more losses fix 2020-10-14 15:11:34 +02:00
textcat.py TextCat updates and fixes (#6263) 2020-10-18 14:50:41 +02:00
tok2vec.py Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
trainable_pipe.pxd Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
trainable_pipe.pyx always return losses 2020-10-14 15:00:49 +02:00
transition_parser.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
transition_parser.pyx Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00