WorkflowPaths#

class scikitplot.mlflow.WorkflowPaths(_project_root, _config_dir, _toml_path, _yaml_path)[source]#

Standardized project config paths used by the workflow.

Attributes:
project_rootpathlib.Path

Project root directory.

config_dirpathlib.Path

Configuration directory (typically <project_root>/configs).

toml_pathpathlib.Path

TOML config path.

yaml_pathpathlib.Path

YAML config path.

Parameters:
property config_dir: Path#

Configuration directory (typically <project_root>/configs).

property project_root: Path#

Project root directory.

property toml_path: Path#

TOML config path.

property yaml_path: Path#

YAML config path.