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
oneDAL contains its own version of ROC AUC score (rocAucScore) which has been implemented for CPU computation in the DAAL side of the codebase. There is a use case for implementing this algorithm for GPUs, where data movement to and from the GPU can be minimized. A GPU version of this code can be implemented in oneDAL, which can then be easily used in sklearnex.
The text was updated successfully, but these errors were encountered:
oneDAL contains its own version of ROC AUC score (rocAucScore) which has been implemented for CPU computation in the DAAL side of the codebase. There is a use case for implementing this algorithm for GPUs, where data movement to and from the GPU can be minimized. A GPU version of this code can be implemented in oneDAL, which can then be easily used in sklearnex.
The text was updated successfully, but these errors were encountered: