LICENSE
MANIFEST.in
README.md
setup.py
TPOT.egg-info/PKG-INFO
TPOT.egg-info/SOURCES.txt
TPOT.egg-info/dependency_links.txt
TPOT.egg-info/entry_points.txt
TPOT.egg-info/requires.txt
TPOT.egg-info/top_level.txt
TPOT.egg-info/zip-safe
images/tpot-demo.gif
images/tpot-logo.jpg
images/tpot-ml-pipeline.png
images/tpot-pipeline-example.png
tests/driver_tests.py
tests/export_tests.py
tests/feature_set_selector_tests.py
tests/feature_transformers_tests.py
tests/one_hot_encoder_tests.py
tests/stacking_estimator_tests.py
tests/stats_test.py
tests/subset_test.csv
tests/test_config.py
tests/test_config_sparse.py
tests/test_dask_based.py
tests/tests.csv
tests/tpot_tests.py
tests/zero_count_tests.py
tpot/__init__.py
tpot/_version.py
tpot/base.py
tpot/decorators.py
tpot/driver.py
tpot/export_utils.py
tpot/gp_deap.py
tpot/gp_types.py
tpot/metrics.py
tpot/operator_utils.py
tpot/tpot.py
tpot/builtins/__init__.py
tpot/builtins/combine_dfs.py
tpot/builtins/feature_set_selector.py
tpot/builtins/feature_transformers.py
tpot/builtins/one_hot_encoder.py
tpot/builtins/stacking_estimator.py
tpot/builtins/zero_count.py
tpot/config/__init__.py
tpot/config/classifier.py
tpot/config/classifier_light.py
tpot/config/classifier_mdr.py
tpot/config/classifier_sparse.py
tpot/config/regressor.py
tpot/config/regressor_light.py
tpot/config/regressor_mdr.py
tpot/config/regressor_sparse.py