Classifying messages into spam & not spam with naive Bayes
Used nltk, pandas, matplotlib, sklearn's TfidfTransformer Libraries
- Performed data preprocessing
- Did vectorization on the data
- Calculated TF-IDF weights
- Trained the model with naive bayes
- Achieved 0.98 precision