project_markers#

scikitplot.mlflow.project_markers(markers)[source]#

Temporarily override module default markers for a block.

Parameters:
markerssequence[str] or None

Temporary markers. If None, resets to DEFAULT_PROJECT_MARKERS for the block.

Yields:
None
Parameters:

markers (Sequence[str] | None)

Return type:

Iterator[None]

Notes

This is deterministic and exception-safe. It is the preferred way to alter marker behavior for a single workflow step (train/hpo/predict) without mutating global state permanently.