AI-900 · Question #279
AI-900 Question #279: Real Exam Question with Answer & Explanation
The correct answer is D: Modify the threshold value in favor of false negatives.. If you have a classifier which calculates a real values score and then a threshold is applied to define what is classified as positive or negative. By changing this threshold you can decrease the number of false positives at the expense of increasing the number of false negatives
Question
What should you do to reduce the number of false positives produced by a machine learning classification model?
Options
- AInclude test data in the training data.
- BIncrease the number of training iterations.
- CModify the threshold value in favor of false positives.
- DModify the threshold value in favor of false negatives.
Explanation
If you have a classifier which calculates a real values score and then a threshold is applied to define what is classified as positive or negative. By changing this threshold you can decrease the number of false positives at the expense of increasing the number of false negatives.
Topics
Community Discussion
No community discussion yet for this question.