Classifier - Q5

What is the non-cross-validated kappa for the same set of variables you used for Question 4 if you use Naive Bayes instead of CART? Please use 2 decimal places.



You will need to use the following packages:

GaussianNB from sklearn.naive_bayes


Next