Skip to content
This repository was archived by the owner on Oct 22, 2022. It is now read-only.

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.

Notifications You must be signed in to change notification settings

pvij/naive-bayes-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

naive-bayes-implementation

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.

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

No packages published

Languages