mlflow_version#
- scikitplot.mlflow.mlflow_version()[source]#
Retrieve the installed MLflow version (if available).
- Returns:
- MlflowVersion or None
Parsed version if MLflow is importable and version can be resolved, otherwise None.
- Return type:
MlflowVersion | None
Notes
Uses package metadata (
importlib.metadata.version). Prefers module attribute__version__to support mocked or vendored MLflow. Falls back to package metadata when available.