Skip to content

This is an email spam classifier build using the Naive Bayes algorithm. I have used Sklearn CountVectorizer to convert email text into a number matrix and then use Sklearn MultinomialNB classifier to train our model

Notifications You must be signed in to change notification settings

SwatejPatil/Email-Spam-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

About

This is an email spam classifier build using the Naive Bayes algorithm. I have used Sklearn CountVectorizer to convert email text into a number matrix and then use Sklearn MultinomialNB classifier to train our model

Topics

Stars

Watchers

Forks