Skip to content

[KDD2019] Seasonal adjustment based feature selection and prediction modeling for predicting epidemic with search engine logs

Notifications You must be signed in to change notification settings

dizzyvn/predict-epidemic-using-searchlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[KDD2019] Seasonal-adjustment based feature selection method for predicting epidemic with large-scale search engine logs

A seasonal adjustment based feature selection and prediction modeling for predicting epidemic with search engine logs. This repository contains the source code and a part of the data to reprocedure the experiment. Since we're not able to public all 2.5 milion search terms, we instead publish the data of the search terms that actually selected when we conducted the experiment with 2.5 milion search terms and a number of search terms with high score.

More information in our paper. https://dl.acm.org/doi/10.1145/3292500.3330766

How to use

For specific disease

python main.py --disease 0 --lag 0 --plot true
python main.py --disease 2 --lag 4 --plot false

Run all diseases at a time

python main.py --lag 0
python main.py --lag 3
No Disease name
0 Influenza (The flu)
1 Hand, foot and mouth disease (HFMD)
2 Chickenpox (Varicella)
3 Erythema infectiosum (Fifth disease)
4 Pharyngoconjunctival fever (PCF)
5 Herpangina (Mouth blisters)
6 Streptococcal pharyngitis (Strep throat)
7 Epidemic keratoconjunctivitis (EKC)
8 Gastroenteritis (Infectious diarrhea)
9 Mycoplasma pneumonia (Walking pneumonia)

About

[KDD2019] Seasonal adjustment based feature selection and prediction modeling for predicting epidemic with search engine logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages