mlflow
MLflow only functionality and tools.
- hpoflow.mlflow.check_repo_is_dirty()[source]
Check if the repository is considered dirty (see
git.repo.base.Repo.is_dirty()
).By default it will react like a git-status without untracked files, hence it is dirty if the index or the working copy have changes.
- Raises:
RuntimeError – If the repository is considered dirty.
- Return type:
None