LICENSE
MANIFEST.in
README.md
requirements-optional.txt
requirements-test.txt
requirements.txt
setup.py
atom/__init__.py
atom/api.py
atom/atom.py
atom/basemodel.py
atom/basepredictor.py
atom/basetrainer.py
atom/basetransformer.py
atom/branch.py
atom/data_cleaning.py
atom/ensembles.py
atom/feature_engineering.py
atom/models.py
atom/nlp.py
atom/patches.py
atom/pipeline.py
atom/plots.py
atom/training.py
atom/utils.py
atom_ml.egg-info/PKG-INFO
atom_ml.egg-info/SOURCES.txt
atom_ml.egg-info/dependency_links.txt
atom_ml.egg-info/requires.txt
atom_ml.egg-info/top_level.txt
images/diagram_branch
images/diagram_branch.png
images/diagram_pipeline
images/diagram_pipeline.png
images/favicon.ico
images/icon.png
images/icon_white.png
images/logo.png
tests/__init__.py
tests/test_api.py
tests/test_atom.py
tests/test_basemodel.py
tests/test_basepredictor.py
tests/test_basetrainer.py
tests/test_basetransformer.py
tests/test_branch.py
tests/test_data_cleaning.py
tests/test_ensembles.py
tests/test_feature_engineering.py
tests/test_models.py
tests/test_nlp.py
tests/test_pipeline.py
tests/test_plots.py
tests/test_training.py
tests/test_utils.py
tests/utils.py