Emails For Spam Or Ham Classification (Trec 2005)
2005 TREC Public Spam Corpus
@kaggle.bayes2003_emails_for_spam_or_ham_classification_trec_2005
2005 TREC Public Spam Corpus
@kaggle.bayes2003_emails_for_spam_or_ham_classification_trec_2005
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.