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

hpoflow.mlflow.normalize_mlflow_entry_name(name)[source]

Normalize a MLflow entry name.

Parameters:

name (str) –

Return type:

str

hpoflow.mlflow.normalize_mlflow_entry_names_in_dict(dct)[source]

Normalize the keys of a MLflow entry dict.

Parameters:

dct (Dict[str, Any]) –

Return type:

Dict[str, Any]