1. Databricks Official Documentation
"How Databricks AutoML works": This document outlines the automated steps performed by AutoML. The list includes: "Prepares the dataset for model training
" "Iterates to train and tune multiple models
" "Evaluates models
" and "Provides a Python notebook with the source code... including a data exploration notebook." Model deployment is not listed as an automated step.
Source: Databricks Machine Learning Guide > AutoML > How Databricks AutoML works.
2. Databricks Official Documentation
"Model serving with Databricks": This documentation describes model deployment as a separate process that occurs after a model has been trained and registered in the Model Registry. It details the steps to create and manage serving endpoints
which is distinct from the AutoML experiment workflow.
Source: Databricks Machine Learning Guide > MLflow > Model serving with Databricks.
3. The Big Book of MLOps (Databricks Ebook)
Chapter 2
"A Modern MLOps Architecture": This official resource presents a diagram of the MLOps lifecycle. The "Build & Train" stage
which includes AutoML
is shown as separate and preceding the "Model Deployment" and "Model Monitoring" stages. This clearly delineates deployment as an activity outside of the automated training experiment.
Source: Databricks Ebooks
"The Big Book of MLOps"
Page 15
Figure 2-1.