Skip to content

Commit

Permalink
Removed incorrect comments. (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekoc authored Sep 19, 2023
1 parent e55cc30 commit b04e141
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/source/tutorials/tutorial04.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@
"\n",
"# Model and prediction\n",
"m = NeuralProphet(\n",
" # Disable trend changepoints\n",
" n_changepoints=10,\n",
" # Disable seasonality components\n",
" yearly_seasonality=True,\n",
" weekly_seasonality=True,\n",
" daily_seasonality=True,\n",
Expand Down
2 changes: 0 additions & 2 deletions docs/source/tutorials/tutorial05.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@
"\n",
"# Model and prediction\n",
"m = NeuralProphet(\n",
" # Disable trend changepoints\n",
" n_changepoints=10,\n",
" # Disable seasonality components\n",
" yearly_seasonality=True,\n",
" weekly_seasonality=True,\n",
" daily_seasonality=True,\n",
Expand Down
2 changes: 0 additions & 2 deletions docs/source/tutorials/tutorial06.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,7 @@
"\n",
"# Model and prediction\n",
"m = NeuralProphet(\n",
" # Disable trend changepoints\n",
" n_changepoints=10,\n",
" # Disable seasonality components\n",
" yearly_seasonality=True,\n",
" weekly_seasonality=True,\n",
" daily_seasonality=True,\n",
Expand Down

0 comments on commit b04e141

Please sign in to comment.