Managing the ML Model
Learn about MLFLow integration with Azure Machine Learning.
We'll cover the following...
MLflow integration
In this lesson, we will learn about using MLflow models.
MLflow is an open-source platform for managing the ML lifecycle. Azure Machine Learning is integrated with MLflow. Therefore, we can save the models in MLflow format, track the models using MLflow URI, and log the metrics and artifacts.
Running an MLflow job
Let’s run a simple ...