ensure_local_store_layout#

scikitplot.mlflow.ensure_local_store_layout(*, backend_store_uri, default_artifact_root)[source]#

Ensure local backend/artifact directories exist.

Parameters:
backend_store_uristr or None

Backend store URI or path.

default_artifact_rootstr or None

Default artifact root URI or path.

Returns:
None
Parameters:
  • backend_store_uri (str | None)

  • default_artifact_root (str | None)

Return type:

None

Notes

This function only creates directories for local filesystem locations. Remote stores (s3://, gs://, dbfs:/, http(s)://) are not touched.