default_project_paths#
- scikitplot.mlflow.default_project_paths(*, project_root=None)[source]#
Compute standard config file paths for a project.
- Returns:
- WorkflowPaths
Standardized paths.
- Attributes:
- project_rootpathlib.Path or None, default=None
If None, uses
scikitplot.mlflow.project.find_project_root.
- Parameters:
project_root (Path | None)
- Return type:
WorkflowPaths