Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 214 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 214 Bytes

Bayes Naive

Simple SMS Spam filter

You can put your data in file spam.csv

Program uses 80% data to train and 20% data to test

python3 data_processing.py

python3 train.py

python3 main.py

python3 compare.py