Skip to content

techiepanda/spam_ham_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Spam/Ham Filter Using Naive Bayes

Implemented a spam filter based on Multinomial Naive Bayes to find out whether a given mail is spam or ham with 91.9% accuracy.

Python command to run the code:

python spam_ham_filter.py -f1 [training data] -f2 [testing data] -o [output file]

About

Spam filter using Naive Bayes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages