- Logging API: experiment with various logging functions to create runs and automatically generate graphs.
- Manage runs: learn different ways how to start runs and child runs, monitor them, and cancel them.
- Tensorboard to monitor runs
MLflow is an open-source platform for tracking machine learning experiments and managing models. You can use MLflow logging APIs with Azure Machine Learning service: the metrics and artifacts are logged to your Azure ML Workspace.
Try out the sample notebooks:
- Use MLflow with Azure Machine Learning for Local Training Run
- Use MLflow with Azure Machine Learning for Remote Training Run
- Use MLflow with Azure Machine Learning to submit runs locally with MLflow projects
- Use MLflow with Azure Machine Learning to submit runs on AzureML compute with MLflow projects