MlflowVersion#
- class scikitplot.mlflow.MlflowVersion(raw='', major=0, minor=0, patch=0)[source]#
Parsed MLflow version.
- Parameters:
- rawstr
Raw version string from package metadata.
- majorint
Major component.
- minorint
Minor component.
- patchint
Patch component.
- Parameters:
Notes
This parser is intentionally conservative: it extracts the first three numeric components from the version string. Pre-release/build metadata is ignored for compatibility checks.