Baselight

NLP - SPAM/HAM Email Classification

SPAM or HAM(legitimate) Email Classification

@kaggle.yashpaloswal_spamham_email_classification_nlp

Loading...
Loading...

About this Dataset

NLP - SPAM/HAM Email Classification

The dataset and working belongs to getting started in NLP
Content:- The dataset contains email received. The dataset contains two columns Text and Spam.

Text :- Text / Email received.

Spam:- Whether the email received is spam/ham(legitimate)
Class 0: HAM (Legitimate)
Class 1: SPAM

Goal:- Using NLP we have to build a model for future mails that can classify into spam/ham

Tables

Emails

@kaggle.yashpaloswal_spamham_email_classification_nlp.emails
  • 4.65 MB
  • 5728 rows
  • 2 columns
Loading...

CREATE TABLE emails (
  "text" VARCHAR,
  "spam" BIGINT
);

Share link

Anyone who has the link will be able to view this.