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

https://github.com/capjamesg/naive-bayes

A Naïve Bayes classifer implemented in Python.
https://github.com/capjamesg/naive-bayes

Last synced: over 1 year ago
JSON representation

A Naïve Bayes classifer implemented in Python.

Awesome Lists containing this project

README

          

# Naïve Bayes Classifier

This repository implements a Naïve Bayes classifier with Numpy and Pandas.

This project was made to help me understand Bayesian probabilities.

## License

This project is licensed under an [MIT license](LICENSE).