-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Parameter for stacking missing indicator into iterative imputer #13601
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
Parameter for stacking missing indicator into iterative imputer #13601
Conversation
…dicator transform into it
@jnothman @jeremiedbb does it make sense? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it makes sense :)
One point of difference between simple and iterative however is that there might be sense in including the missing indicators in each iteration of training. But that involves more thinking and I don't think we need to solve it for this to be valuable.
Co-Authored-By: DanilBaibak <danil.baibak@gmail.com>
…mputer' of github.com:DanilBaibak/scikit-learn into Parameter-For-Stacking-MissingIndicator-Into-IterativeImputer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @DanilBaibak !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @DanilBaibak
Glad to help 😊 |
Co-Authored-By: DanilBaibak <danil.baibak@gmail.com>
Thanks @DanilBaibak ! |
…mputer (scikit-learn#13601)" This reverts commit e501fb4.
…mputer (scikit-learn#13601)" This reverts commit e501fb4.
Reference Issues/PRs
Continue of the #12583.
What does this implement/fix? Explain your changes.
As was mentioned in #12583, we would be good to add option to stack MissingIndicator transform into the output of the IterativeImputer's transform.