LICENSE
MANIFEST.in
NOTICE
README.rst
THIRDPARTY
THIRDPARTY-LICENSES
conda-requirements.txt
docker-compose.yml
requirements.txt
setup.py
./docs/source/nb/a-snowflake-plugin-demo.ipynb
./docs/source/nb/omegaml sample code.ipynb
./docs/source/nb/omegaml-tutorial.ipynb
./docs/source/nb/omx_iotools-tutorial.ipynb
./docs/source/nb/quickstart.ipynb
./docs/source/nb/tfestimator-tutorial.ipynb
./docs/source/nb/tfkeras-tutorial.ipynb
./scripts/runtime/easyoptions
./scripts/runtime/omegajobs.sh
./scripts/runtime/setupnb.sh
docs/Makefile
docs/README
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
docs/source/quickstart.rst
docs/source/screenshots.rst
docs/source/_static/custom.css
docs/source/admin/configuration.rst
docs/source/admin/design.rst
docs/source/admin/index.rst
docs/source/admin/kickstart.rst
docs/source/admin/putget.rst
docs/source/admin/spark.rst
docs/source/devguide/architecture.rst
docs/source/devguide/custom.rst
docs/source/devguide/index.rst
docs/source/devguide/metadata.rst
docs/source/devguide/mixins.rst
docs/source/devguide/storage.rst
docs/source/guide/buckets.rst
docs/source/guide/custombackends.rst
docs/source/guide/filterdf.rst
docs/source/guide/getstarted.rst
docs/source/guide/index.rst
docs/source/guide/keras.rst
docs/source/guide/lambda.rst
docs/source/guide/mdfapply.rst
docs/source/guide/modelstore.rst
docs/source/guide/restapi.rst
docs/source/guide/runtimes.rst
docs/source/guide/store_retrieve.rst
docs/source/guide/streaming.rst
docs/source/guide/tensorflow.rst
docs/source/images/deployment.gif
docs/source/images/deployment.jpg
docs/source/images/deployment.png
docs/source/images/deployment.svg
docs/source/images/screenshots/dashboard.png
docs/source/images/screenshots/deployment.png
docs/source/images/screenshots/help.png
docs/source/images/screenshots/notebook.png
docs/source/images/screenshots/restapi.png
docs/source/nb/index.rst
docs/source/reference/developer.rst
docs/source/reference/index.rst
docs/source/reference/public.rst
omegaml/VERSION
omegaml/__init__.py
omegaml/_version.py
omegaml/celery_util.py
omegaml/celeryapp.py
omegaml/datapipeline.py
omegaml/defaults.py
omegaml/documents.py
omegaml/mdataframe.py
omegaml/mongoshim.py
omegaml/omega.py
omegaml/sklext.py
omegaml/tasks.py
omegaml/util.py
omegaml.egg-info/PKG-INFO
omegaml.egg-info/SOURCES.txt
omegaml.egg-info/dependency_links.txt
omegaml.egg-info/entry_points.txt
omegaml.egg-info/requires.txt
omegaml.egg-info/top_level.txt
omegaml/backends/__init__.py
omegaml/backends/basecommon.py
omegaml/backends/basedata.py
omegaml/backends/basemodel.py
omegaml/backends/dashapp.py
omegaml/backends/keras.py
omegaml/backends/npndarray.py
omegaml/backends/rawdict.py
omegaml/backends/rawfiles.py
omegaml/backends/scikitlearn.py
omegaml/backends/sqlalchemy.py
omegaml/backends/virtualobj.py
omegaml/backends/package/__init__.py
omegaml/backends/package/packager.py
omegaml/backends/package/tasks.py
omegaml/backends/restapi/__init__.py
omegaml/backends/restapi/model.py
omegaml/backends/tensorflow/__init__.py
omegaml/backends/tensorflow/protobufobj.py
omegaml/backends/tensorflow/tfdataset.py
omegaml/backends/tensorflow/tfestimatormodel.py
omegaml/backends/tensorflow/tfkeras.py
omegaml/backends/tensorflow/tfkerassavedmodel.py
omegaml/backends/tensorflow/tfsavedmodel.py
omegaml/client/__init__.py
omegaml/client/auth.py
omegaml/client/cloud.py
omegaml/client/docoptparser.py
omegaml/client/userconf.py
omegaml/client/util.py
omegaml/client/cli/__init__.py
omegaml/client/cli/__main__.py
omegaml/client/cli/catchall.py
omegaml/client/cli/cloud.py
omegaml/client/cli/datasets.py
omegaml/client/cli/jobs.py
omegaml/client/cli/models.py
omegaml/client/cli/runtime.py
omegaml/client/cli/scripts.py
omegaml/client/cli/shell.py
omegaml/example/__init__.py
omegaml/example/demo/__init__.py
omegaml/example/demo/modelfn.py
omegaml/example/demo/helloworld/__init__.py
omegaml/example/demo/helloworld/setup.py
omegaml/example/demo/helloworld/helloworld/__init__.py
omegaml/mixins/__init__.py
omegaml/mixins/mdf/__init__.py
omegaml/mixins/mdf/apply.py
omegaml/mixins/mdf/applyutil.py
omegaml/mixins/mdf/filterops.py
omegaml/mixins/mdf/iotools.py
omegaml/mixins/mdf/parallel.py
omegaml/mixins/store/__init__.py
omegaml/mixins/store/modelversion.py
omegaml/mixins/store/package.py
omegaml/mixins/store/projected.py
omegaml/mixins/store/promotion.py
omegaml/mixins/store/virtualobj.py
omegaml/notebook/__init__.py
omegaml/notebook/checkpoints.py
omegaml/notebook/jobs.py
omegaml/notebook/jobschedule.py
omegaml/notebook/omegacontentsmgr.py
omegaml/notebook/tasks.py
omegaml/notebook/jupyter/__init__.py
omegaml/notebook/jupyter/ipystart.py
omegaml/notebook/jupyter/ipython_config.py
omegaml/notebook/jupyter/jupyter_notebook_config.py
omegaml/restapi/__init__.py
omegaml/restapi/__main__.py
omegaml/restapi/app.py
omegaml/restapi/util.py
omegaml/restapi/tests/__init__.py
omegaml/restapi/tests/test_api.py
omegaml/restapi/tests/test_api_buckets.py
omegaml/restapi/tests/util.py
omegaml/runtimes/__init__.py
omegaml/runtimes/daskruntime.py
omegaml/runtimes/jobproxy.py
omegaml/runtimes/locky.py
omegaml/runtimes/modelproxy.py
omegaml/runtimes/runtime.py
omegaml/runtimes/scriptproxy.py
omegaml/runtimes/mixins/__init__.py
omegaml/runtimes/mixins/gridsearch.py
omegaml/runtimes/mixins/modelmixin.py
omegaml/store/__init__.py
omegaml/store/base.py
omegaml/store/fastinsert.py
omegaml/store/filtered.py
omegaml/store/logging.py
omegaml/store/query.py
omegaml/store/queryops.py
omegaml/tests/__init__.py
omegaml/tests/test_backendbase.py
omegaml/tests/test_cli.py
omegaml/tests/test_configs.py
omegaml/tests/test_contentsmgr.py
omegaml/tests/test_dashapp_backend.py
omegaml/tests/test_filtered_collection.py
omegaml/tests/test_iotools.py
omegaml/tests/test_jobs.py
omegaml/tests/test_kerasmodel.py
omegaml/tests/test_logging.py
omegaml/tests/test_mdataframe.py
omegaml/tests/test_mdfmixins.py
omegaml/tests/test_mdfparallel.py
omegaml/tests/test_minibatch.py
omegaml/tests/test_misc.py
omegaml/tests/test_modelversions.py
omegaml/tests/test_npndarray.py
omegaml/tests/test_package.py
omegaml/tests/test_promotion.py
omegaml/tests/test_protobuf.py
omegaml/tests/test_query.py
omegaml/tests/test_restauth.py
omegaml/tests/test_runtime.py
omegaml/tests/test_sklext.py
omegaml/tests/test_sqlalchemy.py
omegaml/tests/test_store.py
omegaml/tests/test_tfdataset.py
omegaml/tests/test_tfestimator.py
omegaml/tests/test_tfkerasmodel.py
omegaml/tests/test_tfsavedmodel.py
omegaml/tests/test_virtualobj.py
omegaml/tests/util.py
omegaml/tests/cli/__init__.py
omegaml/tests/cli/scenarios.py
omegaml/tests/cli/test_cli_cloud.py
omegaml/tests/cli/test_cli_datasets.py
omegaml/tests/cli/test_cli_jobs.py
omegaml/tests/cli/test_cli_models.py
omegaml/tests/cli/test_cli_runtime.py
omegaml/tests/cli/test_cli_scripts.py
omegaml/tests/features/__init__.py
omegaml/tests/features/environment.py
omegaml/tests/features/tutorial.feature
omegaml/tests/features/util.py
omegaml/tests/features/steps/__init__.py
omegaml/tests/features/steps/cli.py
omegaml/tests/features/steps/notebook.py
omegaml/tests/features/steps/tftutorial.py
omegaml/tests/features/steps/tutorial.py
scripts/mongoinit.js