Installation Manual - Tracking Server
Installation
DQ0 is providing a managed mlflow service and is using mlflow server as the tracking server. Please refer to the mlflow documentation for installation instructions:
https://mlflow.org/docs/latest/quickstart.html
Configuration
Experiments and runs are persisted through mlflow's backend store. Metrics and artificats, including logs, query results and machine learning models are stored in mlflow's artifact root location. Therefore you need to specify these two parameters when starting the mlflow server:
mlflow server --backend-store-uri <PATH> --default-artifact-root <URI>