Classic Text classification problem to detect SPAM or Non-SPAM messages
Data Collected from https://archive.ics.uci.edu/ml/datasets/sms+spam+collection
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 files contain one message per line. Each line is composed by two columns: v1 contains the label (ham or spam) and v2 contains the raw text.