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

=============================== Predictive Imputer

.. image:: https://img.shields.io/pypi/v/predictive_imputer.svg :target: https://pypi.python.org/pypi/predictive_imputer

.. image:: https://img.shields.io/travis/log0ymxm/predictive_imputer.svg :target: https://travis-ci.org/log0ymxm/predictive_imputer

.. image:: https://readthedocs.org/projects/predictive-imputer/badge/?version=latest :target: https://predictive-imputer.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://pyup.io/repos/github/log0ymxm/predictive_imputer/shield.svg :target: https://pyup.io/repos/github/log0ymxm/predictive_imputer/ :alt: Updates

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

Features

Credits

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

.. Cookiecutter: https://github.com/audreyr/cookiecutter .. audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage