Skip to content

Commit

Permalink
Update scorer.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Nov 21, 2019
1 parent b570d5d commit a6200bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/api/scorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

0 comments on commit a6200bc

Please sign in to comment.