Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 542 Bytes

File metadata and controls

24 lines (19 loc) · 542 Bytes

Spam Message Classification

Overview

This project focuses on classifying SMS messages as spam or ham using machine learning. The repository documents the workflow using a Jupyter notebook.

Current Status

✔ Data loading
✔ Data cleaning
✔ Exploratory Data Analysis (EDA) ✔ Text preprocessing

🚧 Feature engineering, and modeling will be added next.

Files

  • spam_classification.ipynb – Complete EDA and analysis
  • spam.csv – SMS spam dataset

Tools Used

  • Python
  • Pandas
  • Matplotlib
  • Seaborn
  • NLTK