is_mlflow_installed#

scikitplot.mlflow.is_mlflow_installed()[source]#

Check whether MLflow is installed in the current Python environment.

Returns:
bool

True if the mlflow module is importable.

Return type:

bool

Notes

This does not import MLflow; it checks import metadata only.