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.
To classify the messages as Spam or Non-Spam, using Natural Language Processing techniques for data processing.
Python
- Numpy
- Pandas
- Matplotlib
- scikit-learn
- Seaborn
- nltk
- Gaussian Naive Bayes
- Decision Tree Classification
- Random Forest Classification