session_from_toml#

scikitplot.mlflow.session_from_toml(toml_path, *, profile='local')[source]#

Create an MLflow session using a shared project TOML config.

Notes

TOML reading is supported via stdlib tomllib (Python 3.11+). TOML writing is not supported in stdlib; use YAML if you need read/write.

Parameters:
Return type:

Iterator[MlflowHandle]