Skip to content

AbhishekBiswas12/GaussianNB-vs-MultinomialNB-on-wine-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

GaussianNB-vs-MultinomialNB-on-wine-dataset

This repository is a comparison of the Gaussian naive bayes algorithm and the Multinomial naive bayes algorithm on the wine dataset from sklearn.datasets.

The Gaussian Naive Bayes algorithm showed a 98% accuracy(approximately), while the Multinomial Naive Bayes algorithm showed a 85% accuracy(approximately).

The analysis was done by using both the GaussianNB and MultinomialNB classes, and also by comparing the 2 algorithms using k fold cross validation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published