Question

For this programming assignment you will implement the Naive Bayes algorithm from scratch and the functions to evaluate it with a k-fold cross validation (also from scratch). You can use the

code in the following tutorial to get started and get ideas for your implementation of the Naive Bayes algorithm but please, enhance it as much as you can (there are many things you can do to enhance it such as those mentioned at the end of the tutorial): https://machinelearningmastery.com/naive-bayes-classifier-scratch-python/ (Links to an external site.) and you can also follow this tutorial to implement your naïve-bayes cross validation: https://machinelearningmastery.com/k-fold-cross-validation/ (Links to an external site.)