This project trains a classifier to detect whether a message is spam or ham (not spam).
It uses TF-IDF features and Logistic Regression.
pip install -r requirements.txt
python src/train.py --data data/sms.csv --outdir outputs
python src/predict.py "Congratulations, you won a free gift card!"
python src/evaluate.py --data data/sms.csv