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:

markers (Sequence[str] | None)

Return type:

None

Notes

This affects only calls that do not pass markers= and do not override via config/env. Prefer the context manager project_markers in automation pipelines and tests.