Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 449 Bytes

File metadata and controls

12 lines (11 loc) · 449 Bytes

Spam_classifier

Dataset that I have used about ham-spam. In short this is a email dataset for email classification. Our goal is to classify an email is ham or spam.

Working steps in below:

  1. Import dataset
  2. some visualization
  3. convert email to word counter
  4. convert word counter to vector
  5. custom pipeline for transforming those data
  6. Training those data in different Machine Learning algorithms
  7. Finally, found accuracy score