Skip to content

ML project to differentiate between spam email and ham (not spam) email.

Notifications You must be signed in to change notification settings

suhailakhtar039/Spam-Email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Spam-Email

The project determines whether email is spam or not on the basis of text that it contains. We have used count vectorizer to extract the words from it. The model that we have used is SVM. It helps in classification of email into spam or ham (not spam).

Dataset

Here's the dataset that I have used.

Technology

Key Properties used in this project are

  1. Python for machine learning

  2. SVM for training the model

  3. CountVectorizer for extracting the words

  4. GridSearchCV for increasing the accuracy

About

ML project to differentiate between spam email and ham (not spam) email.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages