Open adam2392 opened 1 year ago
https://github.com/neurodata/scikit-learn/pull/44/commits/1994f15615c551aff26864321e46c568110022e6 introduces a regression where the missing values are not going to the node with the most nodes.
As of: https://github.com/neurodata/scikit-learn/pull/44/commits/9a614f4458583370a1df7de541c312fa291f0828
the categorical is a bit more complicated because the stuff in sklearn/tree/_splitter.pyx was not completed.
Reference Issues/PRs
Supersedes: #42
Incorporates the latest changes in scikit-learn upstream main, where missing-value support for trees was added.
What does this implement/fix? Explain your changes.
Any other comments?