spaCy/spacy/pipeline
Adriane Boyd 8bb0507777 Add and update score methods and score weights
Add and update `score` methods, provided `scores`, and default weights
`default_score_weights` for pipeline components.

* `scores` provides all top-level keys returned by `score` (merely informative, similar to `assigns`).
* `default_score_weights` provides the default weights for a default config.
* The keys from `default_score_weights` determine which values will be
shown in the `spacy train` output, so keys with weight `0.0` will be
displayed but not counted toward the overall score.
2020-07-27 14:44:53 +02:00
..
__init__.py Tidy up, autoformat, add types 2020-07-25 15:01:15 +02:00
dep_parser.pyx Add and update score methods and score weights 2020-07-27 14:44:53 +02:00
entity_linker.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
entityruler.py Add and update score methods and score weights 2020-07-27 14:44:53 +02:00
functions.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
morphologizer.pyx Add and update score methods and score weights 2020-07-27 14:44:53 +02:00
multitask.pyx Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
ner.pyx Add and update score methods and score weights 2020-07-27 14:44:53 +02:00
pipe.pyx Refactor the Scorer to improve flexibility (#5731) 2020-07-25 12:53:02 +02:00
sentencizer.pyx Add and update score methods and score weights 2020-07-27 14:44:53 +02:00
senter.pyx Add and update score methods and score weights 2020-07-27 14:44:53 +02:00
simple_ner.py Add and update score methods and score weights 2020-07-27 14:44:53 +02:00
tagger.pyx Add and update score methods and score weights 2020-07-27 14:44:53 +02:00
textcat.py Add and update score methods and score weights 2020-07-27 14:44:53 +02:00
tok2vec.py Tidy up, autoformat, add types 2020-07-25 15:01:15 +02:00