Skip to content

elisamussumeci/InfoDenguePredict

 
 

Repository files navigation

InfoDenguePredict

Comparing the use of RNN and tradional (auto-regressive) methods to forecast Epidemic time-series Documentation is available here <http://infodenguepredict.readthedocs.io>

Getting started

In order to run the tests you need ssh access to the InfoDengue server. Then you have to open an ssh tunnel: ` ssh -f user@infodengueserver -L 5432:localhost:5432 -N `

to install the dependencies run the following command: ` sudo pip3 install -r requirements.txt `

This project requires a GPU to run the LSTM model efficiently.

Note

This project has been set up using PyScaffold 2.5.6. For details and usage information on PyScaffold see http://pyscaffold.readthedocs.org/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 83.4%
  • Python 16.6%