Complete all chapters to get certificate
0%
Detecting Spam
In this project, we are going to classify spam email according to their content.
Introduction
Import Data
Columns Adjustments
Preliminary Analysis
Plot The Target Distribution
Remove Stopwords
Using .loc[ ]
Train-Test Split
Data Preprocessing
Modeling
All Together