-
Notifications
You must be signed in to change notification settings - Fork 532
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
[FEA] Support multiple classes in multi-node-multi-gpu logistic regression, from C++, Cython, to Dask Python class #5565
Conversation
76e4abf
to
ef3c55f
Compare
c9af0a3
to
e877100
Compare
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Just a few minor change requests and suggestions.
I'm not sure I agree with the assessment that this is a breaking change since all changes are additive. Why did you classify it as such?
6e8d50f
to
b6fe8b2
Compare
Thanks so much for helping review the PR! The revised PR should have included the requests and suggestions. If not, let me know! The "breaking" label is required by the CI label checker. Not fully understand why. Maybe because the PR deleted some existing codes I think. |
@csadorf The failed CI check hits a TimeoutError. The same error happened before in merged PRs. Can you help me rerun the failed CI check to see if the error still exists? Thanks! |
The label checker asks to provide either the |
b6fe8b2
to
63b2cbf
Compare
Thanks for the tip and replacement of the label! The PR has been revised according to the new comments. |
…results and tests
Co-authored-by: Simon Adorf <sadorf@nvidia.com>
63b2cbf
to
87a822a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing my comments!
/merge |
…egression (#5587) This PR depends on [PR5565](#5565). Authors: - Jinfeng Li (https://github.com/lijinf2) Approvers: - Corey J. Nolet (https://github.com/cjnolet) - Simon Adorf (https://github.com/csadorf) URL: #5587
Github issue: #5501
This PR depends on and has included PR 5558.