get_project_markers# scikitplot.mlflow.get_project_markers(*, config_path=None)[source]# Resolve project markers deterministically. Parameters: config_pathpathlib.Path or None, default=NoneOptional TOML file to read [project].markers from. Returns: tuple[str, …]Effective marker tuple. Parameters: config_path (Path | None) Return type: tuple[str, …]