CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
setup.py
automatminer/__init__.py
automatminer/base.py
automatminer/pipeline.py
automatminer/presets.py
automatminer.egg-info/PKG-INFO
automatminer.egg-info/SOURCES.txt
automatminer.egg-info/dependency_links.txt
automatminer.egg-info/not-zip-safe
automatminer.egg-info/requires.txt
automatminer.egg-info/top_level.txt
automatminer/automl/__init__.py
automatminer/automl/adaptors.py
automatminer/automl/config/__init__.py
automatminer/automl/config/tpot_configs.py
automatminer/automl/tests/__init__.py
automatminer/automl/tests/test_adaptors.py
automatminer/featurization/__init__.py
automatminer/featurization/core.py
automatminer/featurization/sets.py
automatminer/featurization/tests/__init__.py
automatminer/featurization/tests/test_core.py
automatminer/featurization/tests/test_sets.py
automatminer/preprocessing/__init__.py
automatminer/preprocessing/core.py
automatminer/preprocessing/feature_selection.py
automatminer/preprocessing/tests/__init__.py
automatminer/preprocessing/tests/test_core.py
automatminer/tests/__init__.py
automatminer/tests/test_base.py
automatminer/tests/test_pipeline.py
automatminer/tests/test_presets.py
automatminer/utils/__init__.py
automatminer/utils/log.py
automatminer/utils/ml.py
automatminer/utils/pkg.py
automatminer/utils/tests/__init__.py
automatminer/utils/tests/test_log.py
automatminer/utils/tests/test_ml.py
automatminer/utils/tests/test_pkg.py