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

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

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.