Certified Machine Learning Professional Exam QuestionsBrowse all questions from this exam

Certified Machine Learning Professional Exam - Question 9


A machine learning engineer is in the process of implementing a concept drift monitoring solution. They are planning to use the following steps:

1. Deploy a model to production and compute predicted values

2. Obtain the observed (actual) label values

3. _____

4. Run a statistical test to determine if there are changes over time

Which of the following should be completed as Step #3?

Show Answer
Correct Answer: DE

After obtaining the observed (actual) label values, the next logical step is to compute the evaluation metric using the observed and predicted values. This allows the engineer to compare these values and assess the model's performance. If there are significant changes in the evaluation metric over time, it can indicate potential concept drift. Therefore, computing the evaluation metric is a crucial step before running a statistical test to determine if there are changes over time.

Discussion

7 comments
Sign in to comment
hugodscarvalhoOption: E
Jan 27, 2024

By computing evaluation metrics such as accuracy, precision, recall, or F1 score using these values, the engineer can assess the model's performance over time and detect any potential concept drift.

nnn_666Option: E
Mar 7, 2024

concept drift can only be detected by observing model performance metrics.

BokNinjaOption: E
Dec 19, 2023

E. Compute the evaluation metric using the observed and predicted values

trendy01Option: E
Dec 27, 2023

E. Compute the evaluation metric using the observed and predicted values

spaceexplorerOption: A
Feb 1, 2024

A is correct

Alishahab70Option: E
Feb 7, 2024

It should be E

sindhu_gowdaOption: E
Jun 12, 2024

Answer is E