Valid Databricks-Machine-Learning-Professional Dumps shared by EduDump.com for Helping Passing Databricks-Machine-Learning-Professional Exam! EduDump.com now offer the newest Databricks-Machine-Learning-Professional exam dumps, the EduDump.com Databricks-Machine-Learning-Professional exam questions have been updated and answers have been corrected get the newest EduDump.com Databricks-Machine-Learning-Professional dumps with Test Engine here:
A Machine Learning Engineer wants to monitor the quality and stability of their machine learning model's predictions over time. They have a Delta table, retail_inference_log, which records each model prediction along with input features, a timestamp, and (when available) the true label. They need to detect data drift and monitor model performance trends using Databricks Lakehouse Monitoring, ensuring that alerts are triggered if the distribution of predictions or input features changes significantly. Which approach will set up monitoring for this use case?
Correct Answer: A
The Inference profile is specifically designed for monitoring production inference logs. By configuring it on the inference table with the timestamp, input feature columns, prediction column, and label column, Databricks Lakehouse Monitoring can automatically compute prediction drift, input feature drift, and model performance metrics over rolling time windows, and trigger alerts when significant distribution changes or performance degradation are detected.