Git Product home page Git Product logo

covid-eenet's Introduction

COVID-EENet

COVID-EENet: Predicting Fine-Grained Impact of COVID-19 on Local Economies (AAAI-22)

About

  • Source code and datasets of the paper COVID-EENet: Predicting Fine-Grained Impact of COVID-19 on Local Economies.
  • Since dataset from BCCard is not open to public, we only provide epidemic-view feature and the physical distance dataset of geography-view feature.

Installation

Requirements

  • Ubuntu 16.04.7 LTS
  • python 3.8 (Recommend Anaconda)
  • Pytorch >= 1.9.0

Usage

  • Run python main.py to train COVID-EENet
python main.py -h
usage: main.py [-h] [--model_name MODEL_NAME] [--fname FNAME] [--pred_len PRED_LEN] [--cuda CUDA] [--train] [--test] [--save_prediction] [--save_metric_result]
COVIDEENet
optional arguments:
  -h, --help                 show this help message and exit
  --model_name MODEL_NAME    type one of the comparing algorithms including COVID-EENet
  --fname FNAME              type the file name of the parameters, predictions, experiment results
  --pred_len PRED_LEN        type the predicting length of algorithms
  --cuda CUDA                type the number of gpu
  --train                    type when you train the model
  --test                     type when you validate the model
  --save_prediction          type when you save the predictions of the algorithms
  --save_metric_result       type when you save the experiment results of the algorithms

After training the model, you can find

  • the learned parameters in directory models_state_dict
  • the predictions in directory model_prediction
  • the experiment results in directory RMSE_district_buz_pairs

Hyperparameters

Please check the hyperparameters of COVID-EENet defined in Config.py and supplementary material.

covid-eenet's People

Contributors

doyo09 avatar hmin0503 avatar jaegil avatar yoojushin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

yoojushin itouchz

covid-eenet's Issues

TF version?

Are you planning to implement this in TF 2.5?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.