Skip to content

infoielham/NLP-SMS-Spam-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMS Spam Detection


Context:

The SMS Spam Collection is a set of SMS tagged messages that have been collected for SMS Spam research. It contains one set of text messages in English of 5,574 messages.

Goals:

  • Convert text data from unsupervised to supervised and Find the targets.
  • Develop a predictive model that can accurately classify which texts are spam.

Dataset sourec:

from Kaggle website [Kaggle]

Algorithms:

  • Preprocessing text messages.
  • clustering (k-means)
  • Naive Bayes
  • XGBoost
  • Random Forest
  • SVM

Tools:

  • Libraries: pandas, numpy, matplotlib, seaborn, MLextend, sklearn,XGBoost,Statsmodels.

  • Softwares: Trello, GitHub, Jupyter, prize, Zoom, Colaboratory .


Team Members