Emails For Spam Or Ham Classification (Trec 2007)
2007 TREC Public Spam Corpus
@kaggle.bayes2003_emails_for_spam_or_ham_classification_trec_2007
2007 TREC Public Spam Corpus
@kaggle.bayes2003_emails_for_spam_or_ham_classification_trec_2007
This dataset contains emails for spam or ham classification. It's from "2007 TREC Public Spam Corpus". There are three files:
How I process email (from email_origin to email_text):
More dataset for spam or ham classification:
Emails for spam or ham classification (Trec 2006)
Emails for spam or ham classification (Trec 2005)
Emails for spam or ham classification (Enron 2006)
Emails for spam or ham classification SpamAssassin
Source:
https://plg.uwaterloo.ca/~gvcormac/treccorpus07/about.html
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.