Skip to content

Instantly share code, notes, and snippets.

@soumikghosal
Created February 13, 2017 08:53
Show Gist options
  • Save soumikghosal/34ce215b047056e258b31e17f7dd05b2 to your computer and use it in GitHub Desktop.
Save soumikghosal/34ce215b047056e258b31e17f7dd05b2 to your computer and use it in GitHub Desktop.
Implementing Naive Bayes without using sklearn.naive_bayes
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@saksham164
Copy link

• 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment