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.
- Host: GitHub
- URL: https://github.com/capjamesg/naive-bayes
- Owner: capjamesg
- License: mit
- Created: 2024-03-31T21:36:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T22:04:34.000Z (over 2 years ago)
- Last Synced: 2025-03-28T19:16:39.539Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).