Tutorial: End-to-end classic ML models on Azure Databricks
learn.microsoft.com
This tutorial notebook presents an end-to-end example of training a classic ML model in Azure Databricks, including loading data, visualizing the data, setting up a parallel hyperparameter optimization, and using MLflow to review the results, register the model, and perform inference on new data using the registered model in a Spark UDF. You can import this notebook and run it yourself, or ...
Track model development using MLflow - Azure Databricks
learn.microsoft.com
In Azure Databricks, you can use MLflow tracking to help you keep track of the model development process, including parameter settings or combinations you have tried and how they affected the model's performance. MLflow tracking uses experiments, runs, and models to log and track your ML and deep learning model development.
Use Azure Databricks to orchestrate MLOps
learn.microsoft.com
In this architecture, Azure Databricks integrates with enterprise security, provides high availability, and connects MLflow and other machine learning components for end-to-end MLOps.