Emails For Spam Or Ham Classification (Trec 2006)
2006 TREC Public Spam Corpora (English)
@kaggle.bayes2003_emails_for_spam_or_ham_classification_trec_2006
2006 TREC Public Spam Corpora (English)
@kaggle.bayes2003_emails_for_spam_or_ham_classification_trec_2006
CREATE TABLE email_origin (
"label" BIGINT,
"origin" VARCHAR
);
CREATE TABLE email_text (
"label" BIGINT,
"text" VARCHAR
);
Anyone who has the link will be able to view this.