Databricks Certified Machine Learning Professional — Question 79

A machine learning engineer has found drift in a production machine learning application. The engineer has determined that retraining and deploying a new model is necessary.

Which statement must be true prior to deploying the new model?

Answer options

Correct answer: D

Explanation

Prior to deploying the new model, it is crucial that it demonstrates improved performance compared to the original model on the most recently available data, as this reflects the current state of the environment. While the new model may also need to perform well on other subsets or all data, these are not mandatory conditions for deployment compared to the most recent data, which is directly relevant to current predictions.