-
Notifications
You must be signed in to change notification settings - Fork 530
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
FIX Accept small floats in RandomForest #4717
FIX Accept small floats in RandomForest #4717
Conversation
Can one of the admins verify this patch? |
good to test |
ok to test |
…st_min_samples_split_float
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 the fix @thomasjpfan ! It looks great
rerun tests |
@gpucibot merge |
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #4717 +/- ##
================================================
- Coverage 96.59% 88.83% -7.77%
================================================
Files 113 371 +258
Lines 13699 34690 +20991
================================================
+ Hits 13233 30816 +17583
- Misses 466 3874 +3408
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Fixes rapidsai#4613 This is basically the same as what scikit-learn does: https://github.com/scikit-learn/scikit-learn/blob/3578a9f9825514d3bfd2f2448bf4e0f95326b938/sklearn/tree/_classes.py#L281-L282 Authors: - Thomas J. Fan (https://github.com/thomasjpfan) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4717
Fixes #4613
This is basically the same as what scikit-learn does: https://github.com/scikit-learn/scikit-learn/blob/3578a9f9825514d3bfd2f2448bf4e0f95326b938/sklearn/tree/_classes.py#L281-L282