MLflow
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
Official Website
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 volumeThe default value of artifact root
$(PRIMEHUB_APP_ROOT)/mlruns
is the folder under the group volumeYou can change these environment variables to use your own settings if you want
After created, MLflow is ready to manage your ML lifecycle