mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-19 17:17:04 -05:00
Follow these sample notebooks to learn:
- 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
Use MLflow with Azure Machine Learning service (Preview)
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