-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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] Add binary objective for cuda_exp #5425
Conversation
it seems the cuda self-hosted machine in queue? BTW, do we have a test for the cuda binary objective? |
I think this can be covered by existing tests for binary objective on CPUs, for example, LightGBM/tests/python_package_test/test_engine.py Lines 61 to 83 in 9489f87
because we are replacing the default device with Line 204 in 9489f87
when testing for cuda_exp version.
|
It is weird that this PR should now passes all the tests. But my local tests are failing with |
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Add binary objective for
cuda_exp
. (#5163)