4151机器学习中等数值题short
Generative Classification with a Missing Feature 1
题目
A two-feature naive Bayes model was trained generatively, but at prediction time X2 is missing. Prior P(Y=1)=0.5, P(X1=1|Y=1)=0.8, P(X1=1|Y=0)=0.3, P(X2=1|Y=1)=0.75, P(X2=1|Y=0)=0.4. You only observe X1=1. What posterior P(Y=1|X1) should the generative model use?
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案