Created
February 13, 2017 08:53
-
-
Save soumikghosal/34ce215b047056e258b31e17f7dd05b2 to your computer and use it in GitHub Desktop.
Implementing Naive Bayes without using sklearn.naive_bayes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
• Implement k-fold cross-validation (e.g., 5-fold) for the Naïve Bayesian classifier on a given dataset. Calculate the average accuracy of the classifier over the k folds and report the results.