Skip to content

This Python code lets you classify whether the email is a SPAM or not. Instead of using any one classification technique, the program contains multiple classification models.

Notifications You must be signed in to change notification settings

apurvthakur/Email_Classification_SPAM_HAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email_Classification_SPAM_HAM

This Python code lets you classify whether the email is a SPAM or not. Instead of using any one classification technique, the program contains multiple classification models.

In order to run the program make sure that the emails.csv file is in the same folder in which your python program exists. The final output is the accuracy of various models along with the corresponding Confusion Matrix.

The dataset is downlaoded from https://www.kaggle.com/karthickveerakumar/spam-filter/downloads/emails.csv/1

About

This Python code lets you classify whether the email is a SPAM or not. Instead of using any one classification technique, the program contains multiple classification models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages