Databricks Certified Machine Learning Professional — Question 70
Label drift occurs where there is a change in which element?
Answer options
- A. The relationship between input variables and target variables
- B. The distribution of the predicted target given by the model
- C. The distribution of a target variable
- D. The distribution of an input variable
Correct answer: C
Explanation
The correct answer is C, as label drift specifically refers to changes in the distribution of the target variable over time. Options A, B, and D do not accurately describe label drift, as they focus on relationships or distributions that do not pertain solely to the target variable itself.