.dockerignore
.env.example
.flake8
.pre-commit-config.yaml
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
docker-compose.yml
pyproject.toml
requirements.txt
setup.py
config/training_config.json
config/training_config.yaml
config/training_regression_example.json
docs/examples/README.md
ml_service/__init__.py
ml_service/config.py
ml_service/applications/__init__.py
ml_service/applications/api_server.py
ml_service/applications/inference.py
ml_service/applications/training.py
ml_service/cli/__init__.py
ml_service/cli/create_project.py
ml_service/data_layer/__init__.py
ml_service/data_layer/data_connector.py
ml_service/data_layer/object_connector.py
ml_service/machine_learning/__init__.py
ml_service/machine_learning/cross_validator.py
ml_service/machine_learning/data_processor.py
ml_service/machine_learning/experiment_tracking.py
ml_service/machine_learning/hyperparameter_tuning.py
ml_service/machine_learning/model.py
ml_service/machine_learning/model_registry.py
ml_service/machine_learning/training_pipeline.py
ml_service/monitoring/__init__.py
ml_service/monitoring/data_drift.py
ml_service/monitoring/model_monitor.py
ml_service_framework.egg-info/PKG-INFO
ml_service_framework.egg-info/SOURCES.txt
ml_service_framework.egg-info/dependency_links.txt
ml_service_framework.egg-info/not-zip-safe
ml_service_framework.egg-info/top_level.txt
monitoring/prometheus.yml
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_cross_validator.py
tests/test_data_processor.py
tests/test_model.py