Update scorer.md [ci skip]

This commit is contained in:
Ines Montani 2019-11-21 17:02:43 +01:00
parent b570d5d2ed
commit a6200bc424
1 changed files with 1 additions and 0 deletions

View File

@ -58,4 +58,5 @@ Update the evaluation scores from a single [`Doc`](/api/doc) /
| `ents_per_type` <Tag variant="new">2.1.5</Tag> | dict | Scores per entity label. Keyed by label, mapped to a dict of `p`, `r` and `f` scores. |
| `textcat_score` <Tag variant="new">2.2</Tag> | float | F-score on positive label for binary exclusive, macro-averaged F-score for 3+ exclusive, macro-averaged AUC ROC score for multilabel (`-1` if undefined). |
| `textcats_per_cat` <Tag variant="new">2.2</Tag> | dict | Scores per textcat label, keyed by label. |
| `las_per_type` <Tag variant="new">2.2.3</Tag> | dict | Labelled dependency scores, keyed by label. |
| `scores` | dict | All scores, keyed by type. |