scikit-learn
scikit-learn copied to clipboard
FEA Support missing-values in `ExtraTrees*`
trafficstars
Reference Issues/PRs
Follow-up to: #27966
Closes: #27931
What does this implement/fix? Explain your changes.
- Adds support and tests for missing-values in the
ExtraTrees*
Any other comments?
Waiting for #27966 to be merged first. This just shows the relevant code changes that introduces the missing-value support overall for ExtraTrees. Note the bulk of the work for going from tree->forest missing-value support was added in https://github.com/scikit-learn/scikit-learn/pull/26391. The main change here is to introduce certain unit tests.
✔️ Linting Passed
All linting checks passed. Your pull request is in excellent shape! ☀️