Suppose you have the following training data for Naïve Bayes:
(Choose
1
I liked the dish [LABEL = POS]
I disliked the dish because it contains sugar [LABEL = NEG]
answer)
Really tasty dish [LABEL = POS]
What is the unsmoothed Maximum Likelihood Estimate (MLE) of P(POS) for this data?
A. 1/2
B. 1/3
C. 2/3
D. 1