An open API service indexing awesome lists of open source software.

https://github.com/amallia/gaussiannb

Gaussian Naive Bayes (GaussianNB) classifier
https://github.com/amallia/gaussiannb

gaussian machine-learning ml naive-bayes naive-bayes-algorithm naive-bayes-classifier

Last synced: 2 months ago
JSON representation

Gaussian Naive Bayes (GaussianNB) classifier

Awesome Lists containing this project

README

          

# GaussianNB
Gaussian Naive Bayes (GaussianNB) classifier

Simple Gaussian Naive Bayes classifier implementation. It also implements 5-fold cross-validation. Compared performance with Zero-R algorithm.

## Dataset

Glass.csv

Attribute and Class Information:
1. RI: refractive index
2. Na: Sodium (unit measurement: weight percent in corresponding oxide, as
are attributes 4-10)
3. Mg: Magnesium
4. Al: Aluminum
5. Si: Silicon
6. K: Potassium
7. Ca: Calcium
8. Ba: Barium
9. Fe: Iron
10. Type of glass: (class)
-- 1 window glass (from vehicle or building)
-- 2 not window glass (containers, tableware, or headlamps)