-
Notifications
You must be signed in to change notification settings - Fork 540
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
Fixes exception when using predict_proba on fitted Pipeline object with a ColumnTransformer step #4774
Conversation
@VamsiTallam95, would you mind adding a more descriptive title to this PR? It helps when folks (including potential reviewers) are browsing the list of open PRs. |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #4774 +/- ##
===============================================
Coverage ? 77.62%
===============================================
Files ? 180
Lines ? 11382
Branches ? 0
===============================================
Hits ? 8835
Misses ? 2547
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@gpucibot merge |
…th a ColumnTransformer step (rapidsai#4774) This PR fixes a subtle bug in check_array of cuml.thirdparty_adapters.adapters which is the primary cause for the bug. Fix rapidsai#4368. Authors: - https://github.com/VamsiTallam95 - Ray Douglass (https://github.com/raydouglass) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4774
This PR fixes a subtle bug in check_array of cuml.thirdparty_adapters.adapters which is the primary cause for the bug. Fix #4368.