Skip to content

DataByteNITT/NaiveBayesKS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Naive Bayes Knowledge Session

This is an implementation of Gaussian naive Bayes classifier. It has been tested on the Iris flower data set.

Required libraries

  • pandas
  • numpy
  • sklearn
  • matplotlib
  • scipy
  • seaborn

All of these are available on Anaconda

Running it

Run jupyter notebook in the directory that you clone this repo to, click on the Naive Bayes - Model.ipynb file to open the notebook.

Additional material

-> papers explaining how its not that naive a assumption -> non parametric models