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 c039766 commit 6a4f214Copy full SHA for 6a4f214
sklearn/metrics/metrics.py
@@ -45,7 +45,7 @@ def confusion_matrix(y_true, y_pred, labels=None):
45
46
labels : array, shape = [n_classes]
47
lists all labels occuring in the dataset.
48
- If none is given, those that apprear at least once
+ If none is given, those that appear at least once
49
in y_true or y_pred are used.
50
51
Returns
0 commit comments