-
Notifications
You must be signed in to change notification settings - Fork 904
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
[REVIEW] Expose libcudf's label_bins function to cudf #7724
[REVIEW] Expose libcudf's label_bins function to cudf #7724
Conversation
…intervals (stop assuming contiguity).
…ses and value types.
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7724 +/- ##
===============================================
+ Coverage 81.86% 82.49% +0.63%
===============================================
Files 101 101
Lines 16884 17458 +574
===============================================
+ Hits 13822 14402 +580
+ Misses 3062 3056 -6
Continue to review full report at Codecov.
|
@gpucibot merge |
This PR is a follow-up to #7554 and exposes the feature implemented there via Cython for consumption in cudf's Python API.