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.PathProject root directory.
config_dirpathlib.PathConfiguration directory (typically
<project_root>/configs).toml_pathpathlib.PathTOML config path.
yaml_pathpathlib.PathYAML config path.
- Parameters: