oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

Add single precision support for roc_auc_score

Open icfaust opened this issue 10 months ago • 2 comments

As of now, DAAL only support double precision calculation of the roc_auc_score. A single precision implementation in https://github.com/oneapi-src/oneDAL/blob/main/cpp/daal/src/data_management/roc_auc_score.cpp is necessary for conformance to the datatypes in the DAAL codebase.

icfaust avatar Apr 23 '24 09:04 icfaust

Hi can I work on this?

DivyanshVinayak23 avatar Jun 12 '24 12:06 DivyanshVinayak23

Hi can I work on this?

yes, go ahead

napetrov avatar Jun 13 '24 18:06 napetrov