Naïve Bayes Classifier is a probabilistic classifier and is based on Bayes Theorem. Given a new data point, we try to classify which class label this new data instance belongs to. The prior knowledge about the past data helps us in classifying the new data point. Below is the Formula of Bayes Theorem, based on which Bayes Classifer works.
-
Notifications
You must be signed in to change notification settings - Fork 0
Naïve Bayes Classifier is a probabilistic classifier and is based on Bayes Theorem. Given a new data point, we try to classify which class label this new data instance belongs to. The prior knowledge about the past data helps us in classifying the new data point. Below is the Formula of Bayes Theorem, based on which Bayes Classifer works.
SughoshDixit/Diabetes-Dataset-using-Naive-Bayes-Classifier
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Naïve Bayes Classifier is a probabilistic classifier and is based on Bayes Theorem. Given a new data point, we try to classify which class label this new data instance belongs to. The prior knowledge about the past data helps us in classifying the new data point. Below is the Formula of Bayes Theorem, based on which Bayes Classifer works.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published