Skip to content

Add GPU rocAucScore #3151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
icfaust opened this issue Apr 1, 2025 · 0 comments
Open

Add GPU rocAucScore #3151

icfaust opened this issue Apr 1, 2025 · 0 comments
Labels

Comments

@icfaust
Copy link
Contributor

icfaust commented Apr 1, 2025

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.

@icfaust icfaust added good first issue hacktoberfest help wanted Open to community contribution labels Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant