You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that SimpleImputer is still not supporting get_feature_names_out. In looking at issues like #21308 and #21688, I got the impression this may have been an oversight -- particularly since it looks like it's easy to fix this with _OneToOneFeatureMixin.
Is this just an omission or is there more to why that was not yet included? I couldn't find any other issues speaking to the latter.
Describe your proposed solution
Add _OneToOneFeatureMixin to SimpleImputer.
Describe alternatives you've considered, if relevant
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the workflow you want to enable
I noticed that SimpleImputer is still not supporting
get_feature_names_out
. In looking at issues like #21308 and #21688, I got the impression this may have been an oversight -- particularly since it looks like it's easy to fix this with_OneToOneFeatureMixin
.Is this just an omission or is there more to why that was not yet included? I couldn't find any other issues speaking to the latter.
Describe your proposed solution
Add
_OneToOneFeatureMixin
toSimpleImputer
.Describe alternatives you've considered, if relevant
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: