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

https://github.com/akashash01/navie_bayes

It's an simple probabilistic classifiers based on applying Bayes theorem with strong independence assumptions between the features. Highly effective for text sequence oriented data(independent variables).
https://github.com/akashash01/navie_bayes

data-science machine-learning numpy pandas python sklearn supervised-learning

Last synced: 3 months ago
JSON representation

It's an simple probabilistic classifiers based on applying Bayes theorem with strong independence assumptions between the features. Highly effective for text sequence oriented data(independent variables).

Awesome Lists containing this project

README

          

# Navie_bayes
It's an simple probabilistic classifiers based on applying Bayes theorem with strong independence assumptions between the features. Highly effective for text sequence oriented data(independent variables).