AUTHORS.rst
HISTORY.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
atm/__init__.py
atm/classifier.py
atm/cli.py
atm/compat.py
atm/config.py
atm/constants.py
atm/database.py
atm/encoder.py
atm/enter_data.py
atm/method.py
atm/metrics.py
atm/models.py
atm/utilities.py
atm/worker.py
atm.egg-info/PKG-INFO
atm.egg-info/SOURCES.txt
atm.egg-info/dependency_links.txt
atm.egg-info/entry_points.txt
atm.egg-info/not-zip-safe
atm.egg-info/requires.txt
atm.egg-info/top_level.txt
atm/config/templates/aws.yaml
atm/config/templates/log-script.yaml
atm/config/templates/log.yaml
atm/config/templates/run.yaml
atm/config/templates/sql.yaml
atm/config/test/run-all.yaml
atm/config/test/run-basic.yaml
atm/config/test/sql-mysql.yaml
atm/config/test/sql-sqlite.yaml
atm/data/modelhub/test/classifiers.csv
atm/data/modelhub/test/dataruns.csv
atm/data/modelhub/test/datasets.csv
atm/data/modelhub/test/hyperpartitions.csv
atm/data/test/adult_data_300.csv
atm/data/test/iris.data.csv
atm/data/test/pitchfork_genres.csv
atm/data/test/pollution_1.csv
atm/methods/adaboost.json
atm/methods/bernoulli_naive_bayes.json
atm/methods/decision_tree.json
atm/methods/extra_trees.json
atm/methods/gaussian_naive_bayes.json
atm/methods/gaussian_process.json
atm/methods/k_nearest_neighbors.json
atm/methods/logistic_regression.json
atm/methods/multi_layer_perceptron.json
atm/methods/multinomial_naive_bayes.json
atm/methods/passive_aggressive.json
atm/methods/random_forest.json
atm/methods/stochastic_gradient_descent.json
atm/methods/support_vector_machine.json
docs/Makefile
docs/source/add_method.rst
docs/source/add_to_btb.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/database.rst
docs/source/index.rst
docs/source/introduction.rst
docs/source/quickstart.rst
docs/source/setup.rst
docs/source/tutorial.rst
tests/test_enter_data.py
tests/test_method.py
tests/test_utilities.py
tests/test_worker.py
tests/utilities/myselector.py
tests/utilities/mytuner.py