P03 BayesianLearning
P03 BayesianLearning
Practical exercises
I. Probability theory
Programming quests
6. Reuse the sklearn code from last lab where we learnt a decision tree in the breast.w data:
a) apply the naïve Bayes classifier with default parameters
b) compare the accuracy of both classifiers using a 10-fold cross-validation