MLflow
Enterprise
Applicable to Enterprise Edition
Community
Applicable to Community Edition
Introduction
MLflow is an open source platform to manage the ML lifecycle, including experimentation, reproducibility, deployment, and a central model registry.
Property | Description |
---|---|
App Image | larribas/mlflow |
Official Website | https://mlflow.org/ |
Screenshots
Usage
- Create a MLflow app
- There are two predefined environment variables
- The default value of backend store uri
sqlite:///$(PRIMEHUB_APP_ROOT)/mlflow.db
is the sqlite db under the group volume - The default value of artifact root
$(PRIMEHUB_APP_ROOT)/mlruns
is the folder under the group volume - You can change these environment variables to use your own settings if you want
- After created, MLflow is ready to manage your ML lifecycle