README.md
setup.cfg
setup.py
bin/modelmaker
model_maker.egg-info/PKG-INFO
model_maker.egg-info/SOURCES.txt
model_maker.egg-info/dependency_links.txt
model_maker.egg-info/not-zip-safe
model_maker.egg-info/requires.txt
model_maker.egg-info/top_level.txt
modelmaker/__init__.py
modelmaker/framework.py
modelmaker/utils.py
modelmaker/resources/templates/default/README.md
modelmaker/resources/templates/default/setup.py
modelmaker/resources/templates/default/notebooks/mnist.ipynb
modelmaker/resources/templates/default/package/__init__.py
modelmaker/resources/templates/default/package/models.py
modelmaker/resources/templates/default/package/utils.py
modelmaker/resources/templates/default/saved_models/README.md
modelmaker/resources/templates/default/scripts/test.py
modelmaker/resources/templates/default/scripts/train.py
modelmaker/resources/templates/linear_regression/README.md
modelmaker/resources/templates/linear_regression/setup.py
modelmaker/resources/templates/linear_regression/notebooks/iris.ipynb
modelmaker/resources/templates/linear_regression/package/__init__.py
modelmaker/resources/templates/linear_regression/package/models.py
modelmaker/resources/templates/linear_regression/package/utils.py
modelmaker/resources/templates/linear_regression/saved_models/README.md
modelmaker/resources/templates/linear_regression/scripts/test.py
modelmaker/resources/templates/linear_regression/scripts/train.py
modelmaker/resources/templates/text_classification/README.md
modelmaker/resources/templates/text_classification/setup.py
modelmaker/resources/templates/text_classification/notebooks/explore.ipynb
modelmaker/resources/templates/text_classification/package/__init__.py
modelmaker/resources/templates/text_classification/package/models.py
modelmaker/resources/templates/text_classification/package/utils.py
modelmaker/resources/templates/text_classification/saved_models/README.md
modelmaker/resources/templates/text_classification/scripts/test.py
modelmaker/resources/templates/text_classification/scripts/train.py