session_from_file#

scikitplot.mlflow.session_from_file(config_path, *, profile='local')[source]#

Create an MLflow session using a shared project config file (TOML or YAML).

Parameters:
config_pathstr or pathlib.Path

Path to a project config file. Supported extensions: .toml, .yaml, .yml

profilestr, default=”local”

Profile to load.

Returns:
Iterator[MlflowHandle]

Session handle proxying the upstream mlflow module.

Parameters:
Return type:

Iterator[MlflowHandle]