Python时序预测_第二篇 时间序列模型 Prophet(2)_参数介绍

2、Python中,使用Prophet()函数来定义Prophet预测模型。

2.1 Prophet()函数的趋势参数

Python时序预测_第二篇 时间序列模型 Prophet(2)_参数介绍_第1张图片

2.2  Prophet()函数的季节&假日参数

Python时序预测_第二篇 时间序列模型 Prophet(2)_参数介绍_第2张图片

yearly_seasonality、weekly_seasonality和daily_seasonality取值为True或False,没有上一节中讨论的傅里叶项。若值为True,默认取傅里叶项为10。Prior scales用来定义拟合过程中季节或节假日的权重程度。

你可能感兴趣的:(时序预测,python,python)