We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d6f977 + e8d331f commit 97e7245Copy full SHA for 97e7245
doc/modules/model_evaluation.rst
@@ -555,7 +555,8 @@ by varying a decision threshold.
555
556
The :func:`average_precision_score` function computes the average precision
557
(AP) from prediction scores. This score corresponds to the area under the
558
-precision-recall curve.
+precision-recall curve. The value is between 0 and 1 and higher is better.
559
+With random predictions, the AP is the fraction of positive samples.
560
561
Several functions allow you to analyze the precision, recall and F-measures
562
score:
0 commit comments