CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
preprocmachine/__init__.py
preprocmachine/automation.py
preprocmachine.egg-info/PKG-INFO
preprocmachine.egg-info/SOURCES.txt
preprocmachine.egg-info/dependency_links.txt
preprocmachine.egg-info/not-zip-safe
preprocmachine.egg-info/requires.txt
preprocmachine.egg-info/top_level.txt
preprocmachine/algorithms/__init__.py
preprocmachine/algorithms/linear_regression.py
preprocmachine/preprocessing/__init__.py
preprocmachine/preprocessing/duplicate_detection.py
preprocmachine/preprocessing/feature_selection.py
preprocmachine/preprocessing/imputation.py
preprocmachine/preprocessing/normalization.py
preprocmachine/preprocessing/outlier_detection.py
preprocmachine/utils/__init__.py
preprocmachine/utils/data.py
preprocmachine/utils/greedy.py
tests/__init__.py
tests/test_preprocmachine.py