8000 DOC Updates confusion_matrix.py to match parameter in code by NadimKawwa · Pull Request #18938 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
8000 File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sklearn/metrics/_plot/confusion_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def plot_confusion_matrix(estimator, X, y_true, *, labels=None,
X : {array-like, sparse matrix} of shape (n_samples, n_features)
Input values.

y : array-like of shape (n_samples,)
y_true : array-like of shape (n_samples,)
Target values.

labels : array-like of shape (n_classes,), default=None
Expand Down
0