-
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
[REVIEW] Adding make_pipeline + test score with pipeline #3632
[REVIEW] Adding make_pipeline + test score with pipeline #3632
Conversation
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 adding!
rerun tests |
1 similar comment
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #3632 +/- ##
===============================================
- Coverage 80.72% 80.44% -0.29%
===============================================
Files 228 228
Lines 17629 17942 +313
===============================================
+ Hits 14231 14433 +202
- Misses 3398 3509 +111
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
3af9b1f
to
81512ed
Compare
@gpucibot merge |
This PR adds the
make_pipeline
utility function. Additionally, it tests the score function onPipeline
with different cuML estimators.