Dockerfile
LICENSE
MANIFEST.in
NOTICE
Procfile
README.rst
THIRDPARTY
conda-requirements.txt
docker-compose.yml
requirements.txt
setup.py
docs/Makefile
docs/README
docs/requirements.txt
docs/source/conf.py
docs/source/index.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/custombackends.rst
docs/source/guide/filterdf.rst
docs/source/guide/getstarted.rst
docs/source/guide/index.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/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/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/defaults.py
omegaml/documents.py
omegaml/mdataframe.py
omegaml/omega.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/requires.txt
omegaml.egg-info/top_level.txt
omegaml/backends/__init__.py
omegaml/backends/basedata.py
omegaml/backends/basemodel.py
omegaml/backends/scikitlearn.py
omegaml/mixins/__init__.py
omegaml/mixins/mdf/__init__.py
omegaml/mixins/mdf/apply.py
omegaml/mixins/mdf/filterops.py
omegaml/mixins/store/__init__.py
omegaml/mixins/store/projected.py
omegaml/notebook/__init__.py
omegaml/notebook/checkpoints.py
omegaml/notebook/jobs.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/runtimes/__init__.py
omegaml/runtimes/daskruntime.py
omegaml/runtimes/jobproxy.py
omegaml/runtimes/modelproxy.py
omegaml/runtimes/runtime.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/query.py
omegaml/store/queryops.py
omegaml/tests/__init__.py
omegaml/tests/test_backendbase.py
omegaml/tests/test_filtered_collection.py
omegaml/tests/test_jobs.py
omegaml/tests/test_mdataframe.py
omegaml/tests/test_mdfmixins.py
omegaml/tests/test_query.py
omegaml/tests/test_runtime.py
omegaml/tests/test_store.py
omegaml/tests/features/__init__.py
omegaml/tests/features/tutorial.feature
omegaml/tests/features/steps/__init__.py
omegaml/tests/features/steps/tutorial.py
scripts/mongoinit.js