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.
1 parent acddda5 commit 20850c2Copy full SHA for 20850c2
sklearn/metrics/ranking.py
@@ -624,7 +624,7 @@ def label_ranking_average_precision_score(y_true, y_score):
624
def coverage_error(y_true, y_score, sample_weight=None):
625
"""Coverage error measure
626
627
- Compute how fare we need to go through the ranked scores to cover all
+ Compute how far we need to go through the ranked scores to cover all
628
true labels. The best value is equal to the average the number
629
of labels in ``y_true` per sample.
630
0 commit comments