MLS-C01 Exam QuestionsBrowse all questions from this exam

MLS-C01 Exam - Question 1


A large mobile network operating company is building a machine learning model to predict customers who are likely to unsubscribe from the service. The company plans to offer an incentive for these customers as the cost of churn is far greater than the cost of the incentive.

The model produces the following confusion matrix after evaluating on a test dataset of 100 customers:

Based on the model evaluation results, why is this a viable model for production?

Show Answer
Correct Answer: C

The model is evaluated based on its ability to minimize the potential loss from customer churn. The cost of churn (losing a customer) is far greater than the cost of giving an incentive (to a customer who is predicted to churn but does not actually churn). Therefore, it is vital to reduce the number of false negatives, which represent customers who are incorrectly predicted not to churn but actually do churn. In this scenario, the confusion matrix shows 10 false positives (customers incorrectly predicted to churn) and 4 false negatives (customers incorrectly predicted not to churn). This results in higher false positives, which are less costly as per the given context. Hence, the correct justification is that the cost incurred by the company as a result of false positives is less than the false negatives.

Discussion

17 comments
Sign in to comment
[Removed]
Sep 27, 2021

Should it be C? Cost incurred by the company as a result of false positives (predicted churn, actual not churn) is less than the false negatives (predicted not churn, actual churn). Incentive cost < churn cost.

felbuch
Sep 30, 2021

The question says "the cost of churn is far greater than the cost of the incentive", so we want to identify all the true churns, in order to do something about it. We don't want there to be any true churns we didn't see. This means we want false negatives as low as possible. So we want false negatives < false positives. So A.

ExamTaker177
Oct 7, 2021

Exactly, Count of False Positive should be greater than count of False Negative. In other words, cost / penalty for company is more when False Negative are predicted. So, Answer C - Cost incurred by the company as a result of False Positives is less than the False Negatives.

ShwetaGKT
Nov 18, 2021

prefect explaination

cpal012
Mar 19, 2023

No, the text clearly says the cost of churn is "far" greater - not equal to. One incident of churn could be higher than 10 incidents of incentive. Ans = A

NathanvB99
Feb 15, 2024

According to your logic the answer is C. A false positive is no churn, a false negative is churn. So false negatives are the thing to avoid and are most expensive, hence, a false positive costs less than a false negative.

daidaidai
May 8, 2023

Fully Agree: FN = Predict Not churn, actual churn, high cost FP = Predict churn, actual not churn, pay incentive, low cost. so FP < FN, The answer is C.

dumpsvibe_comOption: A
Jun 11, 2024

A is right answer

edobipOption: A
Dec 17, 2023

FN < FP

cgsoftOption: A
Nov 15, 2023

Cost incurred by the company is directly proportional to cost of churn which is directly proportional to number of false negatives. False positives are more acceptable than false negatives in this case.

df4bcecOption: A
Mar 20, 2024

A is the correct answer

Carmelorm7Option: A
Oct 16, 2023

Cost FN > cost FP so want to minimize FN

jung2023
Nov 25, 2023

The closest answer to this rationale is: A. The model is 86% accurate and the cost incurred by the company as a result of false negatives is less than the false positives. Despite the answer options not matching the typical calculations of accuracy and precision, option A seems to be the most aligned with the company's goals if we consider the cost implications as more significant than the accuracy metrics alone. The company prefers a model has higher Recall score (10/14 this case 71.4%) than Precision score (10/20 this case 50%).

xicocaioOption: A
Mar 27, 2024

A) Because FN = 4 < FP = 10. FN are missed churns, and FP is misidentified churns.

DimLamOption: C
Oct 25, 2023

Will go with C. My opinion is the same as brunokiyoshi

FlowhillOption: C
Nov 2, 2023

accuracy is 86% so A or C. The cost of losing a customer is very high. Thus we do not want False Negatives (we do not want to predict no churn when there is churn). Thus the cost of a false positive is less than a false negative. Answer C

bsb765
Nov 29, 2023

The question says "the cost of churn is far greater than the cost of the incentive", so we want to identify all the true churns, in order to do something about it. We don't want there to be any true churns we didn't see. This means we want false negatives as low as possible. So we want false negatives < false positives and we get exactly that in the model. Now this fact coupled with the fact that incentives are welcome rather than churn, in other words, cost / penalty for company is more when False Negative are predicted. So, Answer C - Cost incurred by the company as a result of False Positives is less than the False Negatives.

GCPereira
Jan 11, 2024

cost of churn (churn cost) is greater than the cost of incentive (customers who do not churn)... the model predicts more false positives (customers who do not churn) than false negatives (customers who churn), Therefore, the costs of false negatives are greater than the costs of false positives, as churn is more expensive.

Ramya237
Jan 26, 2024

Hi All, I am going to take this exam. Can anyone please share the complete 279 questions and answer to the below gmail address. I cant afford for the Contributor Access. It would be of great help if anyone would forward the questions and answers to my mail id <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="d4a6b5b9adb5b3bab5bab5a7b1bfb5a6e6e7e394b3b9b5bdb8fab7bbb9">[email protected]</a> Thank you

Antoh1978Option: A
Jun 10, 2024

Should be A. Since the cost of churn is much higher, the priority should be focused on minimizing FN and a viable model should be one with FN < FP, isn't it?

annewalkerhereOption: A
Jul 5, 2024

accuracy is 86% so A or C. The cost of losing a customer is very high. Thus we do not want False Negatives (we do not want to predict no churn when there is churn). Thus the cost of a false positive is less than a false negative. Answer C https://twtr.to/AWSCertifiedMachineLearningSpecialty

Web_AmazonExamsOption: A
Jul 15, 2024

The model is 86% accurate and the cost incurred by the company as a result of false negatives is less than the false positives.

Amazon_Dumps_comOption: A
Jul 19, 2024

A is Valid ( AAAAA )