You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to use cuML to calculate the area under the ROC curve an estimator in Python. Didn't see an existing issue but will close if I find one.
Currently, this requires going to the CPU if we want to use an existing API (relying on NEP-18 for dispatch doesn't work here due to sklearn calling non-dispatching np.asarray in their is_multilabel utility function for metrics functions).
Filing this issue to make tracking explicit, following mention in #242 but AUC getting lost in #608 .
The text was updated successfully, but these errors were encountered:
I'd like to be able to use cuML to calculate the area under the ROC curve an estimator in Python. Didn't see an existing issue but will close if I find one.
Currently, this requires going to the CPU if we want to use an existing API (relying on NEP-18 for dispatch doesn't work here due to sklearn calling non-dispatching
np.asarray
in theiris_multilabel
utility function for metrics functions).Filing this issue to make tracking explicit, following mention in #242 but AUC getting lost in #608 .
The text was updated successfully, but these errors were encountered: