This is an implementation of Gaussian naive Bayes classifier. It has been tested on the Iris flower data set.
- pandas
- numpy
- sklearn
- matplotlib
- scipy
- seaborn
All of these are available on Anaconda
Run jupyter notebook
in the directory that you clone this repo to, click on
the Naive Bayes - Model.ipynb
file to open the notebook.
-> papers explaining how its not that naive a assumption -> non parametric models