Skip to content

dolphin-zs/HierST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HierST

Source code for the paper, "HierST: A Unified Hierarchical Spatial-temporal Framework for COVID-19 Trend Forecasting", accepted by CIKM 2021.

Setup

  • Install CUDA 10.1
  • Run setup_py.sh to install necessary packages

Usage

cd src/
# pull data
python data_utils.py
# train models
python run_models.py --forecast_date 2021-10-24
# ensemble
python run_ensemble.py --forecast_date 2021-10-24
# check the output file, '../outputs/2021-10-24_forecasts.csv'

About

The open-source implementation of the paper "HierST: A Unified Hierarchical Spatial-temporal Framework for COVID-19 Trend Forecasting"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published