Open icfaust opened 6 months ago
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.
Hi can I work on this?
yes, go ahead
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.