-
Notifications
You must be signed in to change notification settings - Fork 0
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
SwatejPatil/Email-Spam-Detection
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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