python

Detecting Spam Project

ADVANCED

#python

Author: Edoardo Cantagallo

Course description

In this project, we are going to classify spam email according to their content.

info

Complete all chapters to get certificate

0%

Detecting Spam

chevron

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