【发布时间】:2021-06-10 01:08:41
【问题描述】:
我正在尝试使用 h2o automl 对时间序列数据集进行股票价格预测。如果我想使用前 5 天的历史预测未来 3 天的收盘价,我可以在 h2o automl 中设置这种窗口大小吗?
【问题讨论】:
标签: python time-series prediction stock h2o.ai
我正在尝试使用 h2o automl 对时间序列数据集进行股票价格预测。如果我想使用前 5 天的历史预测未来 3 天的收盘价,我可以在 h2o automl 中设置这种窗口大小吗?
【问题讨论】:
标签: python time-series prediction stock h2o.ai
不幸的是,H2O AutoML(至少到目前为止)没有实现时间序列预测算法(如 ARIMA、Holt-Winters)。
【讨论】: