-
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
Remove old RF backend #3868
Remove old RF backend #3868
Conversation
@RAMitchell did you get a chance to resolve the conflicts? I think we should push for complete removal of the old backend in 21.08 release (preferably during its early development stages). @JohnZed or @dantegd , any objections to getting this merged in the early 21.08 stages? |
I can probably get to it Tuesday my time. |
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.
Overall LGTM. Only have left a few minor nitpicks. Thus, pre-approving this.
Co-authored-by: Thejaswi. N. S <[email protected]>
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 |
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.
Python codeowner approval
@cjnolet or @divyegala any ideas why hdbscan related tests seem to be failing for this PR!? |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #3868 +/- ##
================================================
+ Coverage 85.23% 85.57% +0.33%
================================================
Files 230 230
Lines 17967 18272 +305
================================================
+ Hits 15315 15636 +321
+ Misses 2652 2636 -16
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@gpucibot merge |
Removes split_algo, use_experimental_backend parameters. Random forest classification and regression default n_bins is set to 128. Authors: - Rory Mitchell (https://github.com/RAMitchell) - Venkat (https://github.com/venkywonka) Approvers: - Thejaswi. N. S (https://github.com/teju85) - Vinay Deshpande (https://github.com/vinaydes) - Philip Hyunsu Cho (https://github.com/hcho3) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#3868
Removes split_algo, use_experimental_backend parameters. Random forest classification and regression default n_bins is set to 128.