Proceeding from https://github.com/scikit-learn/scikit-learn/pull/4844#issuecomment-253043238 is a suggestion that MICE imputation be included in scikit-learn. @sergeyf has implemented it [here](https://github.com/hammerlab/fancyimpute/blob/master/fancyimpute/mice.py). Here we will discuss issues related to its design and inclusion.
Proceeding from #4844 (comment) is a suggestion that MICE imputation be included in scikit-learn. @sergeyf has implemented it here.
Here we will discuss issues related to its design and inclusion.