diff --git a/sklearn/metrics/classification.py b/sklearn/metrics/classification.py index 7540a93f05d6b..cf05d0dfc7d82 100644 --- a/sklearn/metrics/classification.py +++ b/sklearn/metrics/classification.py @@ -742,7 +742,7 @@ def precision_recall_fscore_support(y_true, y_pred, beta=1.0, labels=None, The strength of recall versus precision in the F-score. labels : array - Integer array of labels. + Sorted array of labels. pos_label : str or int, 1 by default If ``average`` is not ``None`` and the classification target is binary,