File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -370,18 +370,18 @@ def plot_det_curve(
370
370
):
371
371
"""Plot detection error tradeoff (DET) curve.
372
372
373
- Extra keyword arguments will be passed to matplotlib's `plot`.
374
-
375
- Read more in the :ref:`User Guide <visualizations>`.
376
-
377
- .. versionadded:: 0.24
378
-
379
373
.. deprecated:: 1.0
380
374
`plot_det_curve` is deprecated in 1.0 and will be removed in
381
375
1.2. Use one of the following class methods:
382
376
:func:`~sklearn.metrics.DetCurveDisplay.from_predictions` or
383
377
:func:`~sklearn.metrics.DetCurveDisplay.from_estimator`.
384
378
379
+ Extra keyword arguments will be passed to matplotlib's `plot`.
380
+
381
+ Read more in the :ref:`User Guide <visualizations>`.
382
+
383
+ .. versionadded:: 0.24
384
+
385
385
Parameters
386
386
----------
387
387
estimator : estimator instance
Original file line number Diff line number Diff line change 15
15
"sklearn.decomposition._dict_learning.dict_learning" ,
16
16
"sklearn.externals._packaging.version.parse" ,
17
17
"sklearn.inspection._plot.partial_dependence.plot_partial_dependence" ,
18
+ # sklearn.deprecation._update_doc is updating the doc against the numpydoc.
19
+ # This will be fixed with issue: #24328
18
20
"sklearn.metrics._plot.det_curve.plot_det_curve" ,
19
21
"sklearn.metrics._plot.precision_recall_curve.plot_precision_recall_curve" ,
20
22
"sklearn.metrics._ranking.dcg_score" ,
You can’t perform that action at this time.
0 commit comments