rolltime / rolltime-collect

Collector for CitiBike station data. It collects availability of bikes and stations on a highly redundant schedule.
MIT License
0 stars 0 forks source link

Explore if h2o is useful #46

Closed luiscape closed 9 years ago

luiscape commented 9 years ago

I ran into this interesting blog post about the use of H2O in combination with R for making models run much more efficiently: http://blog.revolutionanalytics.com/2014/04/a-dive-into-h2o.html

luiscape commented 9 years ago

It seems to be a wonderful data science platform, but its algorithms aren't optimized for timeseries data. I really like the forecast package and it is working well now. I'll stick to it.