@@ -15,7 +15,10 @@ class DetCurveDisplay(_BinaryClassifierCurveDisplayMixin):
15
15
or :func:`~sklearn.metrics.DetCurveDisplay.from_predictions` to create a
16
16
visualizer. All parameters are stored as attributes.
17
17
18
- Read more in the :ref:`User Guide <det_curve>`.
18
+ For general information regarding `scikit-learn` visualization tools, see
19
+ the :ref:`Visualization Guide <visualizations>`.
20
+ For guidance on interpreting these plots, refer to the
21
+ :ref:`Model Evaluation Guide <det_curve>`.
19
22
20
23
.. versionadded:: 0.24
21
24
@@ -96,7 +99,10 @@ def from_estimator(
96
99
):
97
100
"""Plot DET curve given an estimator and data.
98
101
99
- Read more in the :ref:`User Guide <det_curve>`.
102
+ For general information regarding `scikit-learn` visualization tools, see
103
+ the :ref:`Visualization Guide <visualizations>`.
104
+ For guidance on interpreting these plots, refer to the
105
+ :ref:`Model Evaluation Guide <det_curve>`.
100
106
101
107
.. versionadded:: 1.0
102
108
@@ -207,7 +213,10 @@ def from_predictions(
207
213
):
208
214
"""Plot the DET curve given the true and predicted labels.
209
215
210
- Read more in the :ref:`User Guide <det_curve>`.
216
+ For general information regarding `scikit-learn` visualization tools, see
217
+ the :ref:`Visualization Guide <visualizations>`.
218
+ For guidance on interpreting these plots, refer to the
219
+ :ref:`Model Evaluation Guide <det_curve>`.
211
220
212
221
.. versionadded:: 1.0
213
222
0 commit comments