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 holder. You used AutoML to train a model on users' profile information and credit card transaction data. After training the initial model, you notice that the model is failing to detect many fraudulent transactions. How should you increase the number of fraudulent transactions that are detected?
- 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. (correct answer)
Reveal answer & explanationHide answer
The correct answer is D. Option D: Decrease the probability threshold to classify a fraudulent transaction.