Skip to content

A custom implementation of the Gaussian Naive Bayes classifier

Notifications You must be signed in to change notification settings

catch-twenty-two/GaussianNaiveBayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

GaussianNaiveBayes

A custom implementation of the Gaussian Naive Bayes classifier that I created myself to study how the algorithm works. Comes very close to matching the scikit learn implementation's predictions.

[[ 61   6]
 [  6 115]]
0.9361702127659575
my custom GNB: Number of mislabeled points out of a total 188 points : 12
[[ 61   6]
 [  5 116]]
0.9414893617021277
scikit learn GNB: Number of mislabeled points out of a total 188 points : 11

About

A custom implementation of the Gaussian Naive Bayes classifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages