Question

Programming Assignment 1 All the things should be made from Scratch. There should be no plagiarism . Mention comments wherever necessary. 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.)