-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[CUDA] Objective functions and metrics for cuda_exp #5163
Comments
Thanks for writing this up @shiyu1994 ! Can you add some more details here, to help others from the community who might want to help contribute to this? For example...would it be possible to implement metrics one at a time (e.g. a PR like "add CUDA implementation of MAPE") and have LightGBM choose whether to evaluate it on the GPU or CPU? Or would this require a single PR implementing all metrics? |
Sure. That's what I have planned. Each PR should contain only one or several related objectives/metrics, to keep the PRs as small as possible. |
Summary
The
cuda_exp
in current master branch includes only a new tree learner version for CUDA. Objectives (boosting) and metrics (evaluation) should be implemented on CUDA.The text was updated successfully, but these errors were encountered: