Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 399 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 399 Bytes

Spam-Classifier

Building a basic spam classifier with Tf-IDF Vectorizer and Naïve Bayes model

Dataset

The SMS Spam Collection is a set of SMS tagged messages that have been collected for SMS Spam research. It contains one set of SMS messages in English of 5,574 messages, tagged acording being ham (legitimate) or spam.

The dataset classifier SMS messages into two categories, SPAM and HAM!