Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 696 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 696 Bytes

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