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 0e4347a

Browse filesBrowse files
committed
DOC add link to plot_confusion_matrix example in sklearn/metrics/_plot/confusion_matrix.py
1 parent 35c431d commit 0e4347a
Copy full SHA for 0e4347a

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎sklearn/metrics/_plot/confusion_matrix.py

Copy file name to clipboardExpand all lines: sklearn/metrics/_plot/confusion_matrix.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@ def from_estimator(
316316
... clf, X_test, y_test)
317317
<...>
318318
>>> plt.show()
319+
For a detailed example of using a confusion matrix to evaluate a
320+
Support Vector Classifier, please see
321+
:ref:`sphx_glr_auto_examples_model_selection_plot_confusion_matrix.py`
319322
"""
320323
method_name = f"{cls.__name__}.from_estimator"
321324
check_matplotlib_support(method_name)

0 commit comments

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