-
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
[REVIEW] New Feature StratifiedKFold #3109
[REVIEW] New Feature StratifiedKFold #3109
Conversation
sync with upstream
sync with upstream
Codecov Report
@@ Coverage Diff @@
## branch-0.17 #3109 +/- ##
===============================================
- Coverage 59.20% 58.99% -0.21%
===============================================
Files 142 142
Lines 8966 9002 +36
===============================================
+ Hits 5308 5311 +3
- Misses 3658 3691 +33
Continue to review full report at Codecov.
|
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
sync with upstream
Sync with upstream
Sync with Branch 0.18
@daxiongshu, is there any reason this PR is targeting |
This PR has been marked stale due to no recent activity in the past 30d. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates. This PR will be marked rotten if there is no activity in the next 60d. |
This PR has been labeled |
rerun test |
rerun tests |
rerun tests |
rerun tests |
@gpucibot merge |
Add equivalent of [sklearn's StratifiedKFold](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html) to `cuml`. Authors: - Jiwei Liu (https://github.com/daxiongshu) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#3109
Add equivalent of sklearn's StratifiedKFold to
cuml
.