PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #332
You are developing a model to detect fraudulent credit card transactions. You need to prioritize detection, because missing even one fraudulent transaction could severely impact the credit card…
The correct answer is D. Decrease the probability threshold to classify a fraudulent transaction. Lowering the probability threshold makes the model more sensitive to identifying positive cases (fraudulent transactions), increasing the true positive rate. This approach helps prioritize detection, even if it may lead to more false positives - which is acceptable in high-risk…
Question
Options
- AAdd more non-fraudulent examples to the training set.
- BReduce the maximum number of node hours for training.
- CIncrease the probability threshold to classify a fraudulent transaction.
- DDecrease the probability threshold to classify a fraudulent transaction.
How the community answered
(42 responses)- A2% (1)
- B5% (2)
- C12% (5)
- D81% (34)
Explanation
Lowering the probability threshold makes the model more sensitive to identifying positive cases (fraudulent transactions), increasing the true positive rate. This approach helps prioritize detection, even if it may lead to more false positives - which is acceptable in high-risk use cases like fraud detection.
Topics
Community Discussion
No community discussion yet for this question.