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 fa3f4d1 commit b8a222dCopy full SHA for b8a222d
doc/whats_new/upcoming_changes/array-api/32586.feature.rst
@@ -0,0 +1,4 @@
1
+- :func:`sklearn.metrics.det_curve` now supports Array API namespaces when
2
+ ``array_api_dispatch=True`` is enabled, avoiding NumPy conversions and
3
+ preserving dtype/device across backends (e.g., PyTorch, CuPy).
4
+ :pr:`32586` by :user:`Josef Affourtit <jaffourt>`.
0 commit comments