Certified Machine Learning Professional Exam QuestionsBrowse all questions from this exam

Certified Machine Learning Professional Exam - Question 6


A data scientist has developed a model to predict ice cream sales using the expected temperature and expected number of hours of sun in the day. However, the expected temperature is dropping beneath the range of the input variable on which the model was trained.

Which of the following types of drift is present in the above scenario?

Show Answer
Correct Answer: E

Feature drift occurs when the properties or distribution of the input features change. In this scenario, the expected temperature, an input feature for the model, is dropping beneath the range seen during training, indicating a shift in the feature distribution.

Discussion

4 comments
Sign in to comment
BokNinjaOption: C
Dec 19, 2023

A data scientist has developed a model to predict ice cream sales using the expected temperature and expected number of hours of sun in the day. However, the expected temperature is dropping beneath the range of the input variable on which the model was trained. Which of the following types of drift is present in the above scenario? A. Label drift B. None of these C. Concept drift D. Prediction drift E. Feature drift

BokNinja
Dec 19, 2023

E. is the answer. Apologies

trendy01Option: E
Dec 27, 2023

E. feature drift

hugodscarvalhoOption: E
Jan 27, 2024

Feature drift occurs when there is a change in the distribution or properties of the input features used by the model. In this case, the expected temperature, one of the input features, is dropping beneath the range of values seen during model training, indicating a shift in the feature distribution.

sindhu_gowdaOption: E
Jun 11, 2024

E is answer