Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 298 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 298 Bytes

naive-bayes

a very basic Naive Bayes classifier. Currently working only with continuous data, calculating probabilities based on Normal Distribution. Built it for a homework project and the categorical data in the set would only degrade the Bayesian. Would probably build up on it at some point.