Consider a 2-class Naive Bayes classifier with first feature f1 as binary and the second feature f2 as Gaussian. Following are the information that are provided to us:
Estimate of P(Y=1),p^=0.4
Estimate of P(f1=1∣y=0), p^10=0.4
Estimate of P(f1=1∣y=1), p^11=0.5
(f2∣y=0)∼Normal(0,1)
(f2∣y=1)∼Normal(1,1)
Based on the above data, answer the given subquestions.