set_project_markers#
- scikitplot.mlflow.set_project_markers(markers)[source]#
Set the module default markers.
- Parameters:
- markerssequence[str] or None
New default markers. If None, resets to
DEFAULT_PROJECT_MARKERS.
- Parameters:
- Return type:
None
Notes
This affects only calls that do not pass
markers=and do not override via config/env. Prefer the context managerproject_markersin automation pipelines and tests.