8000 [WIP] Basic version of MICE Imputation (2nd try) by sergeyf · Pull Request #8476 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

[WIP] Basic version of MICE Imputation (2nd try) #8476

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

Closed
wants to merge 20 commits into from

Conversation

sergeyf
Copy link
Contributor
@sergeyf sergeyf commented Feb 28, 2017

Reference Issue

This is in reference to #7840, and builds on #7838.

What does this implement/fix? Explain your changes.

This code provides basic MICE imputation functionality. It currently only uses Bayesian linear regression as the prediction model. Once this is merged, I will add predictive mean matching (slower but sometimes better). See here for a reference: https://stat.ethz.ch/education/semesters/ss2012/ams/paper/mice.pdf

To dos

(1) pep8, etc.
(2) Additional documentation.
(3) Tests. I could use some suggestions here.

CC @raghavrv, @glemaitre (sorry for the trouble).

@sergeyf sergeyf closed this Feb 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0