Skip to content

Files

Latest commit

4b255f8 · Sep 16, 2021

History

History

Email Classification

Business Understanding:

The "spam" concept is diverse:

  • Advertisements for products/web
  • Sites,make money fast schemes etc.

Based on the past mails,our objective is to identify whether a given email is spam or not.

Data Understanding:

Data Preparation

  • Renaming the columns

Model Building

  • Linear SVM Model at C=1
  • Linear SVM Model at C=2

Cross validation

  • Tunning linear SVM model