lazypredict.integrations package

Submodules

lazypredict.integrations.mlflow module

MLflow integration helpers for LazyPredict.

lazypredict.integrations.mlflow.is_mlflow_tracking_enabled() bool[source]

Check if MLflow tracking is enabled via the MLFLOW_TRACKING_URI environment variable.

lazypredict.integrations.mlflow.setup_mlflow() bool[source]

Initialize MLflow if tracking URI is set through environment variable.

Returns:

True if MLflow was successfully configured, False otherwise.

Return type:

bool

Module contents

Optional integrations for LazyPredict.