Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 448 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 448 Bytes

A SpamFilter based on Naive-Bayes and Adaboost

Background

This is the final course project of CS100580, Tongji University. It is a Spam prediction model developed by Python 3.8 and PyQt 5.15.6, using Naive-Bayes and Adaboost algorithms.

Description

training.py: training part

testing.py: testing part

AdaboostNavieBayes.py: Naive-Bayes and Adaboost models

main.py: entry of the project

Usage

run main.py