-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
50 lines (30 loc) · 1.92 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
README authors: Bijaya Adhikari, Xinfeng Xu, and B. Aditya Prakash.
Dated: July 1, 2019.
This is a reference implementation of the EpiDeep algorithm described in the following paper.
EpiDeep: Exploiting Embeddings for Epidemic Forecasting
Bijaya Adhikari, Xinfeng Xu, Naren Ramakrishnan and B. Aditya Prakash
In the 25TH ACM SIGKDD CONFERENCE ON KNOWLEDGE DISCOVERY AND DATA MINING (KDD 2019), August 2019, Anchorage, Alaska - USA
Given a partially observed influenza season, EpiDeep forecasts the following
1) Next four influenza incidence
2) The peak intensity
3) The peak time
4) The onset
==========================================================================================================================================================================================
Requirement: pytorch and sklearn python packages
To see a Demo:
make demo
For help:
make help
Execute:
python src/main.py
Example: python src/main.py --start_week 20 --start_year 2000 --end_year 2017 --region National
==========================================================================================================================================================================================
Input:
A csv file with ILINet wILI incidence curve
================================================================================================================================================================================================
Output:
1) CSV file with forecast and evaluations
2) Embeddings of historical seasons
================================================================================================================================================================================================
Contact:
If you have any questions about the code, please contact Bijaya Adhikari at bijaya[at]cs[dot]vt[dot]edu and/or B. Aditya Prakash badityap[at]cs[dot]vt[dot]edu