scikit-learn icon indicating copy to clipboard operation
scikit-learn copied to clipboard

FEA Support missing-values in `ExtraTrees*`

Open adam2392 opened this issue 1 year ago • 1 comments
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.

adam2392 avatar Jan 25 '24 21:01 adam2392

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 963de46. Link to the linter CI: here

github-actions[bot] avatar Jan 25 '24 21:01 github-actions[bot]

Good point @OmarManzoor!

Added in 1441925

adam2392 avatar Jul 09 '24 12:07 adam2392