LICENSE
MANIFEST.in
README-CN.md
README.md
pytest.ini
requirements.txt
setup.py
handyML/Exploratory_data_analysis.py
handyML/__init__.py
handyML.egg-info/PKG-INFO
handyML.egg-info/SOURCES.txt
handyML.egg-info/dependency_links.txt
handyML.egg-info/requires.txt
handyML.egg-info/top_level.txt
handyML/ensemble/__init__.py
handyML/ensemble/tests/__init__.py
handyML/feature_engineering/__init__.py
handyML/feature_engineering/uniform_to_barrel.py
handyML/feature_engineering/tests/__init__.py
handyML/models/__init__.py
handyML/models/model.py
handyML/models/tests/__init__.py
handyML/params_opt/__init__.py
handyML/params_opt/bayes_opt.py
handyML/params_opt/tests/__init__.py
handyML/preprocessing/Encoding.py
handyML/preprocessing/__init__.py
handyML/preprocessing/tests/__init__.py
handyML/tests/__init__.py
tests/__init__.py
tests/load_data.py
tests/test_preprocessing.py