Skip to content

Implementation of Gaussian Naive Bayes classification algorithm in Python using Pandas, NumPy and Scikit-Learn

Notifications You must be signed in to change notification settings

ivalada/Gaussian-Naive-Bayes-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Gaussian-Naive-Bayes-Implementation

Implementation of Gaussian Naive Bayes classification algorithm in Python using Pandas, NumPy and Scikit-Learn.

Classifier is being tested on sklearn "toy" datasets:

  • Iris plant dataset
  • Wine recognition dataset
  • Breast cancer wisconsin (diagnostic) dataset

For each of the datasets I've used a different cross-validation method.

The goal of classification task - predicting target attribute of each dataset based on the rest of the attributes.