-
Notifications
You must be signed in to change notification settings - Fork 546
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
Fix KBinsDiscretizer
bin_edges_
#4735
Fix KBinsDiscretizer
bin_edges_
#4735
Conversation
d62c43e
to
cec1b57
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.
Nice fix, can you update the docstring to use cupy instead of numpy as well?
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.
LGTM
rerun tests |
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.
LGTM
@gpucibot merge |
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #4735 +/- ##
================================================
+ Coverage 79.89% 79.92% +0.03%
================================================
Files 180 180
Lines 11371 11384 +13
================================================
+ Hits 9085 9099 +14
+ Misses 2286 2285 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Fixes rapidsai#4617 Authors: - Victor Lafargue (https://github.com/viclafargue) Approvers: - Micka (https://github.com/lowener) - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#4735
Fixes #4617