8000 DOC Typo addressed in confusion_matrix docstring (#18979) · scikit-learn/scikit-learn@c9677d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9677d6

Browse files
authored
DOC Typo addressed in confusion_matrix docstring (#18979)
1 parent 4773f3e commit c9677d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/metrics/_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def confusion_matrix(y_true, y_pred, *, labels=None, sample_weight=None,
255255
Confusion matrix whose i-th row and j-th
256256
column entry indicates the number of
257257
samples with true label being i-th class
258-
and prediced label being j-th class.
258+
and predicted label being j-th class.
259259
260260
See Also
261261
--------

0 commit comments

Comments
 (0)
0