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/core.py
atm/data.py
atm/database.py
atm/encoder.py
atm/method.py
atm/metrics.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/api/__init__.py
atm/api/utils.py
atm/config/aws.yaml
atm/config/config.yaml
atm/config/log-script.yaml
atm/config/log.yaml
atm/config/run.yaml
atm/config/sql.yaml
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/add_method.rst
docs/cli.rst
docs/conf.py
docs/contributing.rst
docs/custom_usage.rst
docs/database.rst
docs/history.rst
docs/index.rst
docs/readme.rst
docs/rest.rst
docs/images/atm-logo.png
docs/images/dai-logo-white-200.png
tests/test_core.py
tests/test_method.py
tests/test_utilities.py
tests/test_worker.py
tests/modelhub/classifiers.csv
tests/modelhub/dataruns.csv
tests/modelhub/datasets.csv
tests/modelhub/hyperpartitions.csv
tests/utilities/myselector.py
tests/utilities/mytuner.py