Consider the following Training Data Set:
• Apply the Naïve Bayesian Classifier to this data set and compute the probability score for P(y = 1|X) for X = (1,0,0)
Show your work
Training Data Set
X1 – 1 1 0 0 1 0
X2 – 1 1 0 1 0 1
X3 – 1 0 0 0 1 1
Y – 0 0 0 1 1 1