Skip to content

Commit

Permalink
Same fix to the index notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
yibenhuang authored Nov 12, 2023
1 parent df630b7 commit 5704f60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
"```python\n",
"from statsforecast import StatsForecast\n",
"from statsforecast.models import AutoARIMA\n",
"from statsforecast.utils import AirPassengersDF\n",
"\n",
"df = AirPassengersDF\n",
"sf = StatsForecast(\n",
" models = [AutoARIMA(season_length = 12)],\n",
" freq = 'M'\n",
Expand Down Expand Up @@ -176,7 +178,7 @@
"|[AutoTheta](https://nixtla.github.io/statsforecast/src/core/models.html#autotheta)|✅|✅|✅|✅|✅|\n",
": {tbl-colwidths=\"[75,25]\"}\n",
"\n",
"## ARIMA Family\n",
"### ARIMA Family\n",
"These models exploit the existing autocorrelations in the time series.\n",
"\n",
"|Model | Point Forecast | Probabilistic Forecast | Insample fitted values | Probabilistic fitted values |\n",
Expand Down

0 comments on commit 5704f60

Please sign in to comment.