Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 548 Bytes

File metadata and controls

14 lines (9 loc) · 548 Bytes

This Gaussian Naive Bayes Classifier has been modelled for features having numerical values and classes (0 or 1) i.e. Binary Classification

You can learn more about Naive Bayes Classifier and Gaussian Naive Bayes Classifier in here: https://en.wikipedia.org/wiki/Naive_Bayes_classifier

Please go through the "about-dataset.txt" file to know more about the dataset.

The code has been written in Python 2

Two modules have been used:

  1. Numpy
  2. Pandas

The code has been well-commented. In case you don't understand anything, please inform me.