Skip to content

Predictive imputation of missing values with sklearn interface. This is a simple implementation of the idea presented in the MissForest R package.

License

Notifications You must be signed in to change notification settings

NazBen/predictive_imputer

 
 

Repository files navigation

Predictive Imputer

Documentation Status Updates

Predictive imputation of missing values with sklearn interface. This is a simple implementation of the idea presented in the MissForest R package.

Features

  • Basic imputation using RandomForest, KNN, or PCA
  • Early stopping if model has reached some convergence

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Predictive imputation of missing values with sklearn interface. This is a simple implementation of the idea presented in the MissForest R package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.4%
  • Makefile 18.6%