4351机器学习中等数值题short
Asymmetric Threshold Choice 1
题目
Three candidate thresholds on the same classifier yield t=0.3 -> FP=18, FN=4; t=0.5 -> FP=9, FN=7; t=0.7 -> FP=4, FN=14. If one false negative costs 5 units and one false positive costs 1 unit(s), which threshold minimizes expected classification cost over this sample?
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案
best threshold
cost