https://github.com/subhash3/naive-bayes-classifier-py
Naive Bayes Classifier in python
https://github.com/subhash3/naive-bayes-classifier-py
machine-learning naive-bayes-classifier python3
Last synced: over 1 year ago
JSON representation
Naive Bayes Classifier in python
- Host: GitHub
- URL: https://github.com/subhash3/naive-bayes-classifier-py
- Owner: Subhash3
- Created: 2021-05-15T11:11:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T05:29:23.000Z (about 5 years ago)
- Last Synced: 2025-02-01T19:14:17.754Z (over 1 year ago)
- Topics: machine-learning, naive-bayes-classifier, python3
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Naive Bayes Classifer
> Check out the typescript verstion [here](https://github.com/Subhash3/Naive-Bayes-Classifier)
I know this is stupid. I've already implemented Naive-Bayes-Classifier in Typescript. But things forced me to code it in python as well. Hoping that I can keep up through this process.