Tagged Questions

0
votes
2answers
308 views

Panel Data Forecasting With R

I have data that is organized in panels like this (see below for output from the dput() function): Country Year Month Var1 Var2 C1 2000 1 0 0 C1 2000 2 1 0 C1 2000 3 ...
0
votes
5answers
185 views

Finding weather data to use for training a neural network

I'm looking for some downloadable weather data i can use to train a neural network to do forecasting, where can i find some? Basically things like temperature, humidity, wind speed/direction, anything ...