- Learn about MLflow
- Configure our Machine Learning training Pipeline to track experiments and results
-
In GoCD, click on the little gear symbol () next to
ml-pipeline-X
to edit your machine learning pipeline configuration. -
Open the "Environment Variables" tab and configure the URL to the MLFlow tracking server and your tenant:
MLFLOW_TRACKING_URL = http://mlflow.cd4ml.net
TENANT = userX
(replaceX
with your user ID)
-
Save and return to the Dashboard page.
-
Trigger a new ML training pipeline and wait for it to succeed.
-
Visit the MLflow URL http://mlflow.cd4ml.net to find your experiment results.
- Done! Go to the next exercise