NLP - SPAM/HAM Email Classification
SPAM or HAM(legitimate) Email Classification
@kaggle.yashpaloswal_spamham_email_classification_nlp
SPAM or HAM(legitimate) Email Classification
@kaggle.yashpaloswal_spamham_email_classification_nlp
The dataset and working belongs to getting started in NLP
Content:- The dataset contains email received. The dataset contains two columns Text and Spam.
Text :- Text / Email received.
Spam:- Whether the email received is spam/ham(legitimate)
Class 0: HAM (Legitimate)
Class 1: SPAM
Goal:- Using NLP we have to build a model for future mails that can classify into spam/ham
CREATE TABLE emails (
"text" VARCHAR,
"spam" BIGINT
);Anyone who has the link will be able to view this.