Comparing the use of RNN and tradional (auto-regressive) methods to forecast Epidemic time-series Documentation is available here <http://infodenguepredict.readthedocs.io>
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.
This project has been set up using PyScaffold 2.5.6. For details and usage information on PyScaffold see http://pyscaffold.readthedocs.org/.