Skip to content

This is a machine learning project for classifying messages as "spam" or "non-spam" using logistic regression.

Notifications You must be signed in to change notification settings

isuruK2003/CustomSpamMessageClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpamMessageClassifier

This is a machine learning experimental project for classifying messages as "spam" or "non-spam" using logistic regression. This experiment demostrates a grounds up approach of machine learning classification. NumPy module is mainly used to perform vector operations more efficiently, and Pandas and SciKit-Learn modules are used to haddle data and to preprocess them. TfidfVectorizer is used to vectorize the text data.

Main data set used: https://archive.ics.uci.edu/dataset/228/sms+spam+collection

About

This is a machine learning project for classifying messages as "spam" or "non-spam" using logistic regression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages