LICENSE
README.md
setup.cfg
setup.py
mldock/__init__.py
mldock/__main__.py
mldock/__version__.py
mldock/log.py
mldock/terminal.py
mldock.egg-info/PKG-INFO
mldock.egg-info/SOURCES.txt
mldock.egg-info/dependency_links.txt
mldock.egg-info/entry_points.txt
mldock.egg-info/requires.txt
mldock.egg-info/top_level.txt
mldock/api/__init__.py
mldock/api/assets.py
mldock/api/bash.py
mldock/api/local.py
mldock/api/logs.py
mldock/api/packages.py
mldock/api/predict.py
mldock/api/registry.py
mldock/api/runner.py
mldock/api/templates.py
mldock/command/__init__.py
mldock/command/configure.py
mldock/command/datasets.py
mldock/command/local.py
mldock/command/models.py
mldock/command/packages.py
mldock/command/projects.py
mldock/command/registry.py
mldock/command/stages.py
mldock/command/templates.py
mldock/command/logs/__init__.py
mldock/command/logs/errors.py
mldock/command/logs/grok.py
mldock/command/logs/metrics.py
mldock/command/logs/params.py
mldock/config_managers/__init__.py
mldock/config_managers/cli.py
mldock/config_managers/core.py
mldock/config_managers/project.py
mldock/platform_helpers/__init__.py
mldock/platform_helpers/utils.py
mldock/platform_helpers/aws/__init__.py
mldock/platform_helpers/aws/auth.py
mldock/platform_helpers/docker/__init__.py
mldock/platform_helpers/docker/auth.py
mldock/platform_helpers/dockerhub/__init__.py
mldock/platform_helpers/dockerhub/auth.py
mldock/platform_helpers/gcp/__init__.py
mldock/platform_helpers/gcp/auth.py
mldock/platform_helpers/mldock/__init__.py
mldock/platform_helpers/mldock/errors.py
mldock/platform_helpers/mldock/utils.py
mldock/platform_helpers/mldock/asset_managers/__init__.py
mldock/platform_helpers/mldock/asset_managers/aws.py
mldock/platform_helpers/mldock/asset_managers/base.py
mldock/platform_helpers/mldock/asset_managers/gcp.py
mldock/platform_helpers/mldock/configuration/__init__.py
mldock/platform_helpers/mldock/configuration/container.py
mldock/platform_helpers/mldock/configuration/environment.py
mldock/platform_helpers/mldock/inference/__init__.py
mldock/platform_helpers/mldock/inference/content_decoders/__init__.py
mldock/platform_helpers/mldock/inference/content_decoders/numpy.py
mldock/platform_helpers/mldock/inference/content_decoders/pandas.py
mldock/platform_helpers/mldock/inference/content_decoders/image/__init__.py
mldock/platform_helpers/mldock/inference/content_decoders/image/numpy.py
mldock/platform_helpers/mldock/inference/content_encoders/__init__.py
mldock/platform_helpers/mldock/inference/content_encoders/numpy.py
mldock/platform_helpers/mldock/model_service/__init__.py
mldock/platform_helpers/mldock/model_service/base.py
mldock/platform_helpers/mldock/model_service/decorators.py
mldock/platform_helpers/mldock/storage/__init__.py
mldock/platform_helpers/mldock/storage/pyarrow.py
mldock/platform_helpers/mldock/tracking/__init__.py
mldock/platform_helpers/mldock/tracking/logging.py
mldock/templates/aws/src/assets.py
mldock/templates/aws/src/prediction.py
mldock/templates/aws/src/requirements.txt
mldock/templates/aws/src/trainer.py
mldock/templates/aws/src/container/Dockerfile
mldock/templates/aws/src/container/lifecycle.py
mldock/templates/gcp/src/assets.py
mldock/templates/gcp/src/prediction.py
mldock/templates/gcp/src/requirements.txt
mldock/templates/gcp/src/trainer.py
mldock/templates/gcp/src/container/Dockerfile
mldock/templates/gcp/src/container/lifecycle.py
mldock/templates/generic/src/assets.py
mldock/templates/generic/src/prediction.py
mldock/templates/generic/src/requirements.txt
mldock/templates/generic/src/trainer.py
mldock/templates/generic/src/container/Dockerfile
mldock/templates/generic/src/container/lifecycle.py
tests/__init__.py
tests/command/__init__.py
tests/command/test_local.py
tests/command/test_logs.py
tests/command/test_projects.py
tests/command/test_registry.py
tests/mocks/__init__.py
tests/mocks/docker.py
tests/mocks/google/__init__.py
tests/mocks/google/auth.py
tests/mocks/google/storage.py
tests/platform_helpers/__init__.py
tests/platform_helpers/test_utils.py
tests/platform_helpers/aws/__init__.py
tests/platform_helpers/aws/test_auth.py
tests/platform_helpers/docker/__init__.py
tests/platform_helpers/docker/test_auth.py
tests/platform_helpers/dockerhub/__init__.py
tests/platform_helpers/dockerhub/test_auth.py
tests/platform_helpers/gcp/__init__.py
tests/platform_helpers/gcp/test_auth.py
tests/platform_helpers/mldock/__init__.py
tests/platform_helpers/mldock/test_utils.py
tests/platform_helpers/mldock/inference/__init__.py
tests/platform_helpers/mldock/inference/content_decoders/__init__.py
tests/platform_helpers/mldock/inference/content_decoders/test_numpy.py
tests/platform_helpers/mldock/inference/content_decoders/test_pandas.py
tests/platform_helpers/mldock/inference/content_decoders/image/__init__.py
tests/platform_helpers/mldock/inference/content_decoders/image/test_numpy.py
tests/platform_helpers/mldock/inference/content_encoders/__init__.py
tests/platform_helpers/mldock/inference/content_encoders/test_numpy.py
tests/platform_helpers/mldock/storage/__init__.py
tests/platform_helpers/mldock/storage/test_pyarrow.py
tests/platform_helpers/mldock/tracking/__init__.py
tests/platform_helpers/mldock/tracking/test_logging.py