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).
- Host: GitHub
- URL: https://github.com/akashash01/navie_bayes
- Owner: Akashash01
- Created: 2021-07-22T14:26:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T14:55:00.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T11:54:37.859Z (about 1 year ago)
- Topics: data-science, machine-learning, numpy, pandas, python, sklearn, supervised-learning
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).