Email Spam Dataset
LingSpam, EnronSpam, Spam Assassin Dataset containing ham and spam email
@kaggle.nitishabharathi_email_spam_dataset
LingSpam, EnronSpam, Spam Assassin Dataset containing ham and spam email
@kaggle.nitishabharathi_email_spam_dataset
CREATE TABLE completespamassassin (
"unnamed_0" BIGINT,
"body" VARCHAR,
"label" BIGINT
);
CREATE TABLE enronspamsubset (
"unnamed_0_1" BIGINT,
"unnamed_0" BIGINT,
"body" VARCHAR,
"label" BIGINT
);
CREATE TABLE lingspam (
"unnamed_0" BIGINT,
"body" VARCHAR,
"label" BIGINT
);
Anyone who has the link will be able to view this.