Skip to content

Commit ef8109d

Browse files
committed
DOC Format in classification.py
1 parent 7ee8f97 commit ef8109d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklearn/metrics/classification.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,7 @@ def precision_recall_fscore_support(y_true, y_pred, beta=1.0, labels=None,
10091009
10101010
It is possible to compute per-label precisions, recalls, F1-scores and
10111011
supports instead of averaging:
1012+
10121013
>>> precision_recall_fscore_support(y_true, y_pred, average=None,
10131014
... labels=['pig', 'dog', 'cat'])
10141015
... # doctest: +ELLIPSIS,+NORMALIZE_WHITESPACE

0 commit comments

Comments
 (0)