LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
lore/__init__.py
lore/__main__.py
lore/ansi.py
lore/callbacks.py
lore/dependencies.py
lore/encoders.py
lore/env.py
lore/transformers.py
lore/util.py
lore.egg-info/PKG-INFO
lore.egg-info/SOURCES.txt
lore.egg-info/dependency_links.txt
lore.egg-info/entry_points.txt
lore.egg-info/top_level.txt
lore.egg-info/zip-safe
lore/data/names.csv
lore/estimators/__init__.py
lore/estimators/keras.py
lore/estimators/naive.py
lore/estimators/sklearn.py
lore/estimators/xgboost.py
lore/estimators/holt_winters/__init__.py
lore/estimators/holt_winters/holtwinters.py
lore/features/__init__.py
lore/features/base.py
lore/features/s3.py
lore/io/__init__.py
lore/io/connection.py
lore/models/__init__.py
lore/models/base.py
lore/models/keras.py
lore/models/naive.py
lore/models/sklearn.py
lore/models/xgboost.py
lore/pipelines/__init__.py
lore/pipelines/holdout.py
lore/pipelines/iterative.py
lore/pipelines/time_series.py
lore/stores/__init__.py
lore/stores/base.py
lore/stores/disk.py
lore/stores/ram.py
lore/stores/redis.py
lore/stores/s3.py
lore/tasks/__init__.py
lore/tasks/base.py
lore/template/architecture.py.j2
lore/template/estimator.py.j2
lore/template/features.py.j2
lore/template/model.py.j2
lore/template/pipeline.py.j2
lore/template/test.py.j2
lore/template/init/.env.template
lore/template/init/.gitignore
lore/template/init/Procfile
lore/template/init/README.rst
lore/template/init/app/__init__.py
lore/template/init/app/estimators/__init__.py
lore/template/init/app/models/__init__.py
lore/template/init/app/pipelines/__init__.py
lore/template/init/config/aws.cfg
lore/template/init/config/database.cfg
lore/template/init/tests/unit/__init__.py
lore/www/__init__.py