Skip to content

Creating a python class that implements Gaussian Naive Bayes from scratch.

Notifications You must be signed in to change notification settings

JasonBallantyne/NaiveBayesFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naive Bayes From Scratch

Part 1

Creating a python class that implements Gaussian Naive Bayes from scratch. The conditional probabilities are calculated as follows: CondProb

Part 2

Testing the performance and accuracy of my implementation against the GaussianNB implementation in scikit-learn. Using the following datasets for testing:

  • Penguins_af.csv
  • GlassV2.csv
  • Diabetes.csv

About

Creating a python class that implements Gaussian Naive Bayes from scratch.

Topics

Resources

Stars

Watchers

Forks