Naive Bayes implemented from scratch in python. The algorithm is used to build a spam filter (using data from https://www.kaggle.com/odelali/spam-or-ham/data). Training data consists of 70% of the data and the rest 30% of the data is treated as test data. Accuracy, precision and recall are then displayed for each category (spam and ham) as output.
This repository was archived by the owner on Oct 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Naive Bayes implemented from scratch in python. The algorithm is used to build a spam filter (using data from ). Training data consists of 70% of the data and the rest 30% of the data is treated as test data. Accuracy, precision and recall are then displayed for each category (spam and ham) as output.
pvij/naive-bayes-implementation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Naive Bayes implemented from scratch in python. The algorithm is used to build a spam filter (using data from ). Training data consists of 70% of the data and the rest 30% of the data is treated as test data. Accuracy, precision and recall are then displayed for each category (spam and ham) as output.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published