Skip to content

alicenannini/TextMining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STAD

Scrape Twitter And Detect

Preprocessing the dataset:

python preProcessing.py ./../data/tweets.csv

Holdout on the dataset:

python 1holdout_training.py

Cross-validation on the dataset:

python crossval_training.py

Building the model:

python STAD_training.py

Executing the Wilcoxon test:

python wilcoxon.py

Starting the GUI:

python gui.py