modeva.utils.mlflow.get_mlflow_home#

modeva.utils.mlflow.get_mlflow_home()#

Return the path of the mlflow home directory.

The directory is set to a folder named ‘modeva_mlflow’ in the user home folder by default.

Alternatively, it can be set by the ‘MLFLOW_HOME’ environment variable or programmatically by giving an explicit folder path. The ‘~’ symbol is expanded to the user home folder.

If the folder does not already exist, it is automatically created.

Returns:

mlflow_home – The path to mlflow directory.

Return type:

str