CHANGELOG.md
LICENSE
MANIFEST.in
README.md
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/analytics/__init__.py
automatminer/analytics/core.py
automatminer/analytics/tests/__init__.py
automatminer/analytics/tests/test_core.py
automatminer/automl/__init__.py
automatminer/automl/adaptors.py
automatminer/automl/tests/__init__.py
automatminer/automl/tests/test_tpot.py
automatminer/automl/tpot_configs/__init__.py
automatminer/automl/tpot_configs/classifier.py
automatminer/automl/tpot_configs/regressor.py
automatminer/featurization/__init__.py
automatminer/featurization/core.py
automatminer/featurization/sets.py
automatminer/featurization/metaselection/__init__.py
automatminer/featurization/metaselection/core.py
automatminer/featurization/metaselection/metafeatures.py
automatminer/featurization/metaselection/utils.py
automatminer/featurization/metaselection/tests/__init__.py
automatminer/featurization/metaselection/tests/test_core.py
automatminer/featurization/metaselection/tests/test_metafeatures.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/utils/__init__.py
automatminer/utils/log_tools.py
automatminer/utils/ml_tools.py
automatminer/utils/package_tools.py