Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

EmailSpamDetector

This project was focused on running predictions whether an entry is spam or non-spam(ham) given the provided test dataset of SMS entries. Natural Language Processing was used to remove any stop or unnessesary words. Additionally, each SMS entry was vectorized or converted into a matrix of numbers for the machine learning algorithm to work on. Finally, the Naive Bayes classifier algorithm was used from the sklean library and was fitted on the vectorized model and ran its predictions. A classification report displayed the accuracy results as well as the f1-score.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages