8000 Update Text that references the Example · scikit-learn/scikit-learn@87120c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87120c5

Browse files
Update Text that references the Example
1 parent c773696 commit 87120c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sklearn/metrics/_classification.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@ def confusion_matrix(
337337
>>> (tn, fp, fn, tp)
338338
(0, 2, 1, 1)
339339
340-
For an example using the Iris dataset, Refer to
340+
For a detailed example of using a confusion matrix to evaluate a
341+
Support Vector Classifier, please see
341342
:ref:`sphx_glr_auto_examples_model_selection_plot_confusion_matrix.py`
342343
"""
343344
y_true, y_pred = attach_unique(y_true, y_pred)

0 commit comments

Comments
 (0)
0