ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 28 - MLS-C01 discussion

Report
Export

A chemical company has developed several machine learning (ML) solutions to identify chemical process abnormalities. The time series values of independent variables and the labels are available for the past 2 years and are sufficient to accurately model the problem.

The regular operation label is marked as 0. The abnormal operation label is marked as 1 . Process abnormalities have a significant negative effect on the companys profits. The company must avoid these abnormalities.

Which metrics will indicate an ML solution that will provide the GREATEST probability of detecting an abnormality?

A.
Precision = 0.91 Recall = 0.6
Answers
A.
Precision = 0.91 Recall = 0.6
B.
Precision = 0.61 Recall = 0.98
Answers
B.
Precision = 0.61 Recall = 0.98
C.
Precision = 0.7 Recall = 0.9
Answers
C.
Precision = 0.7 Recall = 0.9
D.
Precision = 0.98 Recall = 0.8
Answers
D.
Precision = 0.98 Recall = 0.8
Suggested answer: B

Explanation:

The metrics that will indicate an ML solution that will provide the greatest probability of detecting an abnormality are precision and recall. Precision is the ratio of true positives (TP) to the total number of predicted positives (TP + FP), where FP is false positives. Recall is the ratio of true positives (TP) to the total number of actual positives (TP + FN), where FN is false negatives. A high precision means that the ML solution has a low rate of false alarms, while a high recall means that the ML solution has a high rate of true detections. For the chemical company, the goal is to avoid process abnormalities, which are marked as 1 in the labels. Therefore, the company needs an ML solution that has a high recall for the positive class, meaning that it can detect most of the abnormalities and minimize the false negatives. Among the four options, option B has the highest recall for the positive class, which is 0.98. This means that the ML solution can detect 98% of the abnormalities and miss only 2%. Option B also has a reasonable precision for the positive class, which is 0.61. This means that the ML solution has a false alarm rate of 39%, which may be acceptable for the company, depending on the cost and benefit analysis. The other options have lower recall for the positive class, which means that they have higher false negative rates, which can be more detrimental for the company than false positive rates.

References:

1: AWS Certified Machine Learning - Specialty Exam Guide

2: AWS Training - Machine Learning on AWS

3: AWS Whitepaper - An Overview of Machine Learning on AWS

4: Precision and recall

asked 16/09/2024
Maurille AGBISSIKO
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first