Reputation: 11
I am trying to do stock price prediction with time series dataset using h2o automl. If I want to predict next 3 days closing price using previous 5 days history, can I set this kind of window size in h2o automl?
Upvotes: 1
Views: 82
Reputation: 84
Unfortunately, H2O AutoML (at least until now) does not implement time series forecasting algorithms (like ARIMA, Holt-Winters).
Upvotes: 1