@@ -21,7 +21,10 @@ class ConfusionMatrixDisplay:
21
21
create a :class:`ConfusionMatrixDisplay`. All parameters are stored as
22
22
attributes.
23
23
24
- Read more in the :ref:`User Guide <visualizations>`.
24
+ For general information regarding `scikit-learn` visualization tools, see
25
+ the :ref:`Visualization Guide <visualizations>`.
26
+ For guidance on interpreting these plots, refer to the
27
+ :ref:`Model Evaluation Guide <confusion_matrix>`.
25
28
26
29
Parameters
27
30
----------
@@ -220,7 +223,10 @@ def from_estimator(
220
223
):
221
224
"""Plot Confusion Matrix given an estimator and some data.
222
225
223
- Read more in the :ref:`User Guide <confusion_matrix>`.
226
+ For general information regarding `scikit-learn` visualization tools, see
227
+ the :ref:`Visualization Guide <visualizations>`.
228
+ For guidance on interpreting these plots, refer to the
229
+ :ref:`Model Evaluation Guide <confusion_matrix>`.
224
230
225
231
.. versionadded:: 1.0
226
232
@@ -365,7 +371,10 @@ def from_predictions(
365
371
):
366
372
"""Plot Confusion Matrix given true and predicted labels.
367
373
368
- Read more in the :ref:`User Guide <confusion_matrix>`.
374
+ For general information regarding `scikit-learn` visualization tools, see
375
+ the :ref:`Visualization Guide <visualizations>`.
376
+ For guidance on interpreting these plots, refer to the
377
+ :ref:`Model Evaluation Guide <confusion_matrix>`.
369
378
370
379
.. versionadded:: 1.0
371
380
0 commit comments