ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 217 - MLS-C01 discussion

Report
Export

A company wants to detect credit card fraud. The company has observed that an average of 2% of credit card transactions are fraudulent. A data scientist trains a classifier on a year's worth of credit card transaction data. The classifier needs to identify the fraudulent transactions. The company wants to accurately capture as many fraudulent transactions as possible.

Which metrics should the data scientist use to optimize the classifier? (Select TWO.)

A.
Specificity
Answers
A.
Specificity
B.
False positive rate
Answers
B.
False positive rate
C.
Accuracy
Answers
C.
Accuracy
D.
Fl score
Answers
D.
Fl score
E.
True positive rate
Answers
E.
True positive rate
Suggested answer: D, E

Explanation:

The F1 score is a measure of the harmonic mean of precision and recall, which are both important for fraud detection. Precision is the ratio of true positives to all predicted positives, and recall is the ratio of true positives to all actual positives. A high F1 score indicates that the classifier can correctly identify fraudulent transactions and avoid false negatives. The true positive rate is another name for recall, and it measures the proportion of fraudulent transactions that are correctly detected by the classifier. A high true positive rate means that the classifier can capture as many fraudulent transactions as possible.

References:

Fraud Detection Using Machine Learning | Implementations | AWS Solutions

Detect fraudulent transactions using machine learning with Amazon SageMaker | AWS Machine Learning Blog

1. Introduction --- Reproducible Machine Learning for Credit Card Fraud Detection

asked 16/09/2024
Joyce Ann Devilles
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first