What is Python's alternative to missing data imputation with mice in R? Imputation using median/mean seems pretty lame, I'm looking for other methods of imputation, something like randomForest.
Asked
Active
Viewed 9,400 times
7
2 Answers
1
Is this statsmodels MICE implementation an option? I also heard that an implementation of MICE is being merged into the development branch of scikit-learn but I can't find any info on that.
Bill
- 163
- 1
- 8