.gitignore
.gitlab-ci.yml
README.md
pyproject.toml
dgtw_mlflow_utils.egg-info/PKG-INFO
dgtw_mlflow_utils.egg-info/SOURCES.txt
dgtw_mlflow_utils.egg-info/dependency_links.txt
dgtw_mlflow_utils.egg-info/requires.txt
dgtw_mlflow_utils.egg-info/top_level.txt
examples/01_naming_conventions.py
examples/02_upload_sklearn.py
examples/03_registry_management.py
examples/04_upload_tensorflow.py
examples/05_upload_artifacts.py
examples/06_evaluator.py
src/__init__.py
src/evaluator.py
src/metrics.py
src/naming.py
src/registry.py
src/uploader.py
tests/conftest.py
tests/test_evaluator.py
tests/test_metrics.py
tests/test_naming.py
tests/test_registry.py
tests/test_uploader.py