Prophet 时间序列预测框架入门实践笔记
接续上文,预测结果:
forecast = m.predict(future)
forecast[['ds', 'yhat', 'yhat_lower', 'yhat_upper']].tail(48)
forecas
Prophet 时间序列预测框架入门实践笔记
接续上文,预测结果:
forecast = m.predict(future)
forecast[['ds', 'yhat', 'yhat_lower', 'yhat_upper']].tail(48)
forecas
2万+

被折叠的 条评论
为什么被折叠?