Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 88facc2

Browse filesBrowse files
committed
Update Text that references the Example
1 parent 9704d18 commit 88facc2
Copy full SHA for 88facc2

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎sklearn/metrics/_classification.py

Copy file name to clipboardExpand all lines: sklearn/metrics/_classification.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ def confusion_matrix(
331331
>>> (tn, fp, fn, tp)
332332
(0, 2, 1, 1)
333333
334-
For an example using the Iris dataset, Refer to
334+
For a detailed example of using a confusion matrix to evaluate a
335+
Support Vector Classifier, please see
335336
:ref:`sphx_glr_auto_examples_model_selection_plot_confusion_matrix.py`
336337
"""
337338
y_true, y_pred = attach_unique(y_true, y_pred)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.