Allow other initialization strategies for IterativeImputer #22770
Labels
module:impute
Needs Decision - Include Feature
Requires decision regarding including feature
New Feature
Describe the workflow you want to enable
I want to initialize an
IterativeImputer
using aKNNImputer
rather than aSimpleImputer
.Describe your proposed solution
Modifying
IterativeImputer
to accept instances of_BaseImputer
asinitial_strategy
s should be fairly simple, though I'm aware it is under active development and I understand why this wouldn't be a priority. I'm happy to put together a pull request if it is likely to be accepted.Describe alternatives you've considered, if relevant
I am not aware of any compelling alternatives.
Additional context
No response
The text was updated successfully, but these errors were encountered: