LICENSE
LICENSE-NOSELLCLAUSE
LICENSES-THIRDPARTY
MANIFEST.in
NOTICE
README.rst
THIRDPARTY
THIRDPARTY-LICENSES
docker-compose.yml
setup.py
./docs/source/nb/a-snowflake-plugin-demo.ipynb
./docs/source/nb/omegaml sample code.ipynb
./docs/source/nb/omegaml-mdataframe-guide.ipynb
./docs/source/nb/omegaml-r-tutorial.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/setup-r.sh
./scripts/runtime/setupnb.sh
docs/source/conf.py
docs/source/index.rst
docs/source/moreinfo.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/admin/windows.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/index.rst
docs/source/guide/advanced/index.rst
docs/source/guide/advanced/customizing/custombackends.rst
docs/source/guide/advanced/customizing/index.rst
docs/source/guide/advanced/integration/buckets.rst
docs/source/guide/advanced/integration/index.rst
docs/source/guide/advanced/integration/runtimes.rst
docs/source/guide/advanced/scripts/apps.rst
docs/source/guide/advanced/scripts/index.rst
docs/source/guide/advanced/scripts/lambda.rst
docs/source/guide/advanced/scripts/mlflow.rst
docs/source/guide/advanced/streams/index.rst
docs/source/guide/advanced/streams/streams.rst
docs/source/guide/cli/cloud.rst
docs/source/guide/cli/datasets.rst
docs/source/guide/cli/index.rst
docs/source/guide/cli/intro.rst
docs/source/guide/cli/jobs.rst
docs/source/guide/cli/models.rst
docs/source/guide/cli/runtime.rst
docs/source/guide/cli/scripts.rst
docs/source/guide/clusters/index.rst
docs/source/guide/clusters/intro.rst
docs/source/guide/clusters/logging.rst
docs/source/guide/clusters/mlops.rst
docs/source/guide/clusters/monitoring.rst
docs/source/guide/clusters/restapi.rst
docs/source/guide/clusters/runtimes.rst
docs/source/guide/datasets/files.rst
docs/source/guide/datasets/filterdf.rst
docs/source/guide/datasets/index.rst
docs/source/guide/datasets/store_retrieve.rst
docs/source/guide/datasets/outofcore/index.rst
docs/source/guide/datasets/outofcore/mdataframe.rst
docs/source/guide/datasets/outofcore/mdfapply.rst
docs/source/guide/datasets/outofcore/mdfdebug.rst
docs/source/guide/datasets/outofcore/mdfguide.rst
docs/source/guide/integration/gitlab.rst
docs/source/guide/integration/index.rst
docs/source/guide/intro/cli.rst
docs/source/guide/intro/index.rst
docs/source/guide/intro/install.rst
docs/source/guide/intro/python.rst
docs/source/guide/intro/rsystem.rst
docs/source/guide/intro/setup.rst
docs/source/guide/intro/whatis.rst
docs/source/guide/jobs/index.rst
docs/source/guide/jobs/parallel.rst
docs/source/guide/jobs/scheduling.rst
docs/source/guide/jobs/working.rst
docs/source/guide/models/experiments.rst
docs/source/guide/models/index.rst
docs/source/guide/models/metrics.rst
docs/source/guide/models/modelstore.rst
docs/source/guide/models/frameworks/index.rst
docs/source/guide/models/frameworks/mlflow.rst
docs/source/guide/models/frameworks/tensorflow.rst
docs/source/images/celery_events.png
docs/source/images/celery_flower.png
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/quickstart/index.rst
docs/source/quickstart/usp.rst
docs/source/quickstart/whatisit.rst
docs/source/reference/core.rst
docs/source/reference/datasets.rst
docs/source/reference/index.rst
docs/source/reference/jobs.rst
docs/source/reference/mdataframe.rst
docs/source/reference/models.rst
docs/source/reference/public.rst
docs/source/reference/runtimes.rst
docs/source/reference/scripts.rst
docs/source/reference/tracking.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/experiment.py
omegaml/backends/externaldata.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/mlflow/__init__.py
omegaml/backends/mlflow/gitprojects.py
omegaml/backends/mlflow/localprojects.py
omegaml/backends/mlflow/models.py
omegaml/backends/mlflow/registrymodels.py
omegaml/backends/package/__init__.py
omegaml/backends/package/localpip.py
omegaml/backends/package/packager.py
omegaml/backends/package/remotepip.py
omegaml/backends/package/tasks.py
omegaml/backends/restapi/__init__.py
omegaml/backends/restapi/asyncrest.py
omegaml/backends/restapi/job.py
omegaml/backends/restapi/model.py
omegaml/backends/restapi/script.py
omegaml/backends/restapi/service.py
omegaml/backends/rsystem/__init__.py
omegaml/backends/rsystem/rmodels.py
omegaml/backends/rsystem/rscripts.py
omegaml/backends/runtime/__init__.py
omegaml/backends/runtime/preload.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/backends/tracking/__init__.py
omegaml/backends/tracking/base.py
omegaml/backends/tracking/experiment.py
omegaml/backends/tracking/profiling.py
omegaml/backends/tracking/simple.py
omegaml/backends/tracking/statistics.py
omegaml/backends/tracking/tflow.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/deploy.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/client/cli/stores.py
omegaml/example/__init__.py
omegaml/example/demo/__init__.py
omegaml/example/demo/modelfn.py
omegaml/example/demo/callback/__init__.py
omegaml/example/demo/callback/setup.py
omegaml/example/demo/callback/callback/__init__.py
omegaml/example/demo/helloservice/__init__.py
omegaml/example/demo/helloservice/setup.py
omegaml/example/demo/helloservice/helloservice/__init__.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/cached.py
omegaml/mixins/store/datarevision.py
omegaml/mixins/store/extdmeta.py
omegaml/mixins/store/imexport.py
omegaml/mixins/store/lazyget.py
omegaml/mixins/store/modelversion.py
omegaml/mixins/store/package.py
omegaml/mixins/store/passthrough.py
omegaml/mixins/store/projected.py
omegaml/mixins/store/promotion.py
omegaml/mixins/store/requests.py
omegaml/mixins/store/tracking.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_server_config.py
omegaml/notebook/jupyterhub/__init__.py
omegaml/notebook/jupyterhub/jupyterhub_config.py
omegaml/notebook/jupyterhub/logo.jpg
omegaml/restapi/__init__.py
omegaml/restapi/__main__.py
omegaml/restapi/app.py
omegaml/restapi/resources.py
omegaml/restapi/util.py
omegaml/runtimes/__init__.py
omegaml/runtimes/daskruntime.py
omegaml/runtimes/loky.py
omegaml/runtimes/runtime.py
omegaml/runtimes/envinstall/__init__.py
omegaml/runtimes/envinstall/setup.py
omegaml/runtimes/envinstall/envinstall/__init__.py
omegaml/runtimes/mixins/__init__.py
omegaml/runtimes/mixins/gridsearch.py
omegaml/runtimes/mixins/modelmixin.py
omegaml/runtimes/mixins/nbtasks.py
omegaml/runtimes/mixins/taskcanvas.py
omegaml/runtimes/mixins/swagger/__init__.py
omegaml/runtimes/mixins/swagger/helpers.py
omegaml/runtimes/proxies/__init__.py
omegaml/runtimes/proxies/baseproxy.py
omegaml/runtimes/proxies/jobproxy.py
omegaml/runtimes/proxies/modelproxy.py
omegaml/runtimes/proxies/scriptproxy.py
omegaml/runtimes/proxies/trackingproxy.py
omegaml/runtimes/rsystem/__init__.py
omegaml/runtimes/rsystem/install.R
omegaml/runtimes/rsystem/omegamlr.R
omegaml/runtimes/rsystem/omworker.R
omegaml/runtimes/rsystem/unittest.R
omegaml/store/__init__.py
omegaml/store/base.py
omegaml/store/combined.py
omegaml/store/fastinsert.py
omegaml/store/filtered.py
omegaml/store/logging.py
omegaml/store/query.py
omegaml/store/queryops.py
omegaml/store/streams.py
omegaml/store/migrations/0001_upgrade_tracking.py
omegaml/store/migrations/__init__.py
omegaml/tests/__init__.py
omegaml/tests/util.py
omegaml/tests/core/__init__.py
omegaml/tests/core/test_backendbase.py
omegaml/tests/core/test_cached.py
omegaml/tests/core/test_configs.py
omegaml/tests/core/test_contentsmgr.py
omegaml/tests/core/test_datapipeline.py
omegaml/tests/core/test_datarevision.py
omegaml/tests/core/test_extdmeta.py
omegaml/tests/core/test_filtered_collection.py
omegaml/tests/core/test_imexport.py
omegaml/tests/core/test_iotools.py
omegaml/tests/core/test_jobs.py
omegaml/tests/core/test_logging.py
omegaml/tests/core/test_mdataframe.py
omegaml/tests/core/test_mdfmixins.py
omegaml/tests/core/test_mdfparallel.py
omegaml/tests/core/test_misc.py
omegaml/tests/core/test_modelversions.py
omegaml/tests/core/test_nbtasks.py
omegaml/tests/core/test_npndarray.py
omegaml/tests/core/test_package.py
omegaml/tests/core/test_package_remote.py
omegaml/tests/core/test_passthrough.py
omegaml/tests/core/test_promotion.py
omegaml/tests/core/test_query.py
omegaml/tests/core/test_restauth.py
omegaml/tests/core/test_runtime.py
omegaml/tests/core/test_sklext.py
omegaml/tests/core/test_sqlalchemy.py
omegaml/tests/core/test_store.py
omegaml/tests/core/test_tracking.py
omegaml/tests/core/test_virtualobj.py
omegaml/tests/core/cli/__init__.py
omegaml/tests/core/cli/scenarios.py
omegaml/tests/core/cli/test_cli.py
omegaml/tests/core/cli/test_cli_cloud.py
omegaml/tests/core/cli/test_cli_datasets.py
omegaml/tests/core/cli/test_cli_jobs.py
omegaml/tests/core/cli/test_cli_models.py
omegaml/tests/core/cli/test_cli_runtime.py
omegaml/tests/core/cli/test_cli_scripts.py
omegaml/tests/core/restapi/__init__.py
omegaml/tests/core/restapi/test_api_buckets.py
omegaml/tests/core/restapi/test_job_api.py
omegaml/tests/core/restapi/test_model_api.py
omegaml/tests/core/restapi/test_model_api_async.py
omegaml/tests/core/restapi/test_script_api.py
omegaml/tests/core/restapi/test_service_api.py
omegaml/tests/core/restapi/util.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
omegaml/tests/mlflow/__init__.py
omegaml/tests/mlflow/test_mlflow_models.py
omegaml/tests/mlflow/test_mlflow_projects.py
omegaml/tests/rsystem/__init__.py
omegaml/tests/rsystem/rtestutil.py
omegaml/tests/rsystem/test_rmodels.py
omegaml/tests/rsystem/test_rscripts.py
omegaml/tests/streams/__init__.py
omegaml/tests/streams/test_minibatch.py
omegaml/tests/streams/test_streams.py
omegaml/tests/tensorflow/__init__.py
omegaml/tests/tensorflow/test_kerasmodel.py
omegaml/tests/tensorflow/test_protobuf.py
omegaml/tests/tensorflow/test_tfdataset.py
omegaml/tests/tensorflow/test_tfestimator.py
omegaml/tests/tensorflow/test_tfkerasmodel.py
omegaml/tests/tensorflow/test_tfsavedmodel.py
omegaml/tests/tensorflow/test_tftracking.py