瀏覽代碼

Update seasonality,_holiday_effects,_and_regressors.ipynb (#633)

just a typo fix
ystoyanov 7 年之前
父節點
當前提交
f473c743c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      notebooks/seasonality,_holiday_effects,_and_regressors.ipynb

+ 1 - 1
notebooks/seasonality,_holiday_effects,_and_regressors.ipynb

@@ -123,7 +123,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "Above we have include the superbowl days as both playoff games and superbowl games. This means that the superbowl effect will be an additional additive bonus on top of the playoff effect.\n",
+    "Above we have included the superbowl days as both playoff games and superbowl games. This means that the superbowl effect will be an additional additive bonus on top of the playoff effect.\n",
     "\n",
     "Once the table is created, holiday effects are included in the forecast by passing them in with the `holidays` argument. Here we do it with the Peyton Manning data from the Quickstart:"
    ]