paul-english / predictive_imputer

Predictive imputation of missing values with sklearn interface. This is a simple implementation of the idea presented in the MissForest R package.
MIT License
39 stars 14 forks source link

Update predictive_imputer.py #330

Open sophiagu opened 3 years ago

sophiagu commented 3 years ago

Update the deprecated Imputer from sklearn.