MLflow
MLflow is an open source library by the Databricks team designed for managing the machine learning lifecycle. It allows for the creation of projects, tracking of metrics, and model versioning.
Install mlflow using pip
MLflow can be used in any Spark environmnet, but the automated tracking and UI of MLflow is Databricks-Specific Functionality.
Track metrics and parameters
MLflow GitHub: https://github.com/mlflow/mlflow/
Last updated