FIX RandomForestRegressor OOB fails with integer-values multiple targets - #27817
Conversation
d9dd142 to
c166adf
Compare
c166adf to
ae4aa5a
Compare
|
The failure reported was only some failure related to codecov failing to upload the coverage report. |
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
Thanks @glemaitre for the fast review: I addressed all your concerns. |
glemaitre
left a comment
There was a problem hiding this comment.
A couple of comments to improve the tests.
|
Hi @glemaitre, |
glemaitre
left a comment
There was a problem hiding this comment.
Just small changes for following the convention naming that we usually use. Otherwise, LGTM. Thanks @danieleongari
Adding a label to request a second review.
|
All suggestions by @glemaitre implemented in the last commit, thanks! |
thomasjpfan
left a comment
There was a problem hiding this comment.
Thank you for the PR @danieleongari !
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
|
thanks @glemaitre @thomasjpfan. All comments have been addressed. |
Fixes #27814
Allow to compute the OOB score with
RandomForestRegressorand an integral multi-target regression.