Re: [Scikit-learn-general] MICE Imputation for SciKit Learn

2015-10-21 Thread Ouwen Huang
I believe so. It was published in 2011, has 931 citations, and is a pretty principal imputation technique. Ouwen On Wed, Oct 21, 2015, 11:17 AM Gael Varoquaux wrote: > Does it match the standard requirements for inclusion: > > http://scikit-learn.org/stable/faq.html#can-i-add-this-new-algorithm

Re: [Scikit-learn-general] MICE Imputation for SciKit Learn

2015-10-21 Thread Gael Varoquaux
Does it match the standard requirements for inclusion: http://scikit-learn.org/stable/faq.html#can-i-add-this-new-algorithm-that-i-or-someone-else-just-published Gaƫl On Wed, Oct 21, 2015 at 03:13:27PM +, Ouwen Huang wrote: > Hello all, > MICE is a recent imputation method that is supported

[Scikit-learn-general] MICE Imputation for SciKit Learn

2015-10-21 Thread Ouwen Huang
Hello all, MICE is a recent imputation method that is supported by a package in R. However, I would like it to be a part of scikit-learn. I see there exists an imputer that fills in mean, median, and most frequent. Would an added imputation method 'mice' be acceptable? If so, what are the steps to