Skip to content

AlertaDengue/InfoDenguePredict

Repository files navigation

InfoDenguePredict

Comparing the use of RNN and tradional (auto-regressive) methods to forecast Epidemic time-series Documentation is available here

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published