We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddfee30 commit a1fbe77Copy full SHA for a1fbe77
sklearn/tests/test_docstrings.py
@@ -18,6 +18,8 @@
18
# sklearn.deprecation._update_doc is updating the doc against the numpydoc.
19
# This will be fixed with issue: #24328
20
"sklearn.metrics._plot.det_curve.plot_det_curve",
21
+ # sklearn.deprecation._update_doc is updating the doc against the numpydoc.
22
+ # This will be fixed with issue: #24328
23
"sklearn.metrics._plot.precision_recall_curve.plot_precision_recall_curve",
24
"sklearn.metrics.pairwise.pairwise_distances_chunked",
25
"sklearn.tree._export.plot_tree",
0 commit comments