Baselight

Spam Email Classification

Spam email classification

@kaggle.ashfakyeafi_spam_email_classification

Loading...
Loading...

About this Dataset

Spam Email Classification

label
'Spam' indicates that the email is classified as spam.
'Ham' denotes that the email is legitimate (ham).
text
This column contains the actual content of the email messages.

Tables

Email

@kaggle.ashfakyeafi_spam_email_classification.email
  • 318.03 KB
  • 5573 rows
  • 2 columns
Loading...

CREATE TABLE email (
  "category" VARCHAR,
  "message" VARCHAR
);

Share link

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