This is spamclassifier using Bag of Words and TFIDF technique
- i tried both stemming and lemmatization for preprocessing.
- Then i implemented the bag of words techninqque.
- Used various algorithm to classify whther given text is spam or ham
- best performing algorithm is XGB classifier for both Lemmatization and Stemming
- Xgb classifier using Bag of words performing well