-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Add MissingIndicator convenience into SimpleImputer #12294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Such as an |
@jnothman yes, that's what I was thinking. Do you agree? |
Yes, I was just trying to give hints to a contributor
|
To have full control over the missing indicators, |
We could consider allowing |
Do you mind if I take this one? |
There's already #12583 |
@amueller @jnothman: as @jeremiedbb pointed out, would this be a strict duplicate of #11886 and to be closed upon successful merge of #12583 or is there some other feature that this issue should speak to? Perhaps those enhancements mentioned by @thomasjpfan? |
It is a duplicate. |
Following up on #8075 I think we should have a convenience option to add
MissingIndicator
toSimpleImputer
without having to build aFeatureUnion
orColumnTransformer
.The text was updated successfully, but these errors were encountered: