diff --git a/README.md b/README.md index 770f0f7..b83795c 100644 --- a/README.md +++ b/README.md @@ -651,6 +651,15 @@ the following `in.txt` file: $ geval -o out.tsv -e expected.tsv -i in.tsv --metric 'Accuracy:f' 0.25 +#### `p

` — filtering by confidence + +When you use `p

`, only the top P% entries with the highest +confidence will be considered. For instance, `p<50>` means half of the +items with the largest confidence scores will be considered. + +So far only MultiLabel-F-measure format is handled. If more than one +label is given, the geometric mean of all probabilities is used. + ### Presentation Some flags are used not for modifying the result, but rather changing