to build model, run
$ python build_model.py
to predict whether the email is spam or not, put the email text file in current directory, such as email1.txt, run
$ python main.py --email=email1
| Name | Name | Last commit date | ||
|---|---|---|---|---|
to build model, run
$ python build_model.py
to predict whether the email is spam or not, put the email text file in current directory, such as email1.txt, run
$ python main.py --email=email1