jarad / FluSight

An R package containing functions used in the CDC Flu Forecasting competition
GNU General Public License v3.0
12 stars 7 forks source link

add a visualize_forecast function #22

Open nickreich opened 6 years ago

nickreich commented 6 years ago

This would be a really handy function to have to just have a quick visual check to make sure the forecast isn't doing anything weird. I think @elray1 might have some code for this that I will try to put in here. Maybe @craigjmcgowan has some too?

jarad commented 6 years ago

Definitely a good idea. I think @nulloa also has code for a quick visual check.

nulloa commented 6 years ago

I have some functions that I can adapt. They're located https://github.com/nulloa/FluViz/tree/master/R. I'll try to submit a function this coming week that combines them.

nickreich commented 6 years ago

sweet. thank you!

On 13 Oct 2017, at 16:11, Nehemias Ulloa wrote:

I have some functions that I can adapt. They're located https://github.com/nulloa/FluViz/tree/master/R. I'll try to submit a function this coming week that combines them.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/jarad/FluSight/issues/22#issuecomment-336555584

nulloa commented 6 years ago

Ok, I've uploaded a couple of functions that make a grid of plots to visualize the forecast by region. It's called visualize_forecast. Its a little slow to create the plots but it works. Any suggestions to make it quicker would be rad!