QuestionQ141
Automated RetrainingA Machine Learning Engineer maintains a fraud-detection model deployed on Databricks. They need to implement a retraining pipeline that automatically begins when the model’s F1 score falls below a threshold or when input-feature distributions change substantially.
Which two actions should the engineer take to implement this automated retraining?
Choose two
- A Schedule a recurring query on the Lakehouse monitoring table.
- B Use MLflow to manually log metrics and retrain the model offline.
- C Set up a manual retraining schedule to run every week regardless of alerts.
- D Configure these alerts to send webhook notifications that trigger the model training job.
- E Use Databricks SQL to create alerts on model performance and data drift metrics stored in Delta tables.
Community Discussion