Skip to content

Commit

Permalink
Fix typos, add rmok to sidebar, improve cv tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeix committed Oct 15, 2024
1 parent a3a0419 commit 5f3d613
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 1,129 deletions.
1,223 changes: 95 additions & 1,128 deletions nbs/docs/capabilities/08_cross_validation.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nbs/docs/tutorials/01_getting_started_complete.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"\n",
"Follow this article for a step to step guide on building a production-ready forecasting pipeline for multiple time series. \n",
"\n",
"During this guide you will gain familiary with the core `NeuralForecast`class and some relevant methods like `NeuralForecast.fit`, `NeuralForecast.predict`, and `StatsForecast.cross_validation.`\n",
"During this guide you will gain familiarity with the core `NeuralForecast`class and some relevant methods like `NeuralForecast.fit`, `NeuralForecast.predict`, and `StatsForecast.cross_validation.`\n",
"\n",
"We will use a classical benchmarking dataset from the M4 competition. The dataset includes time series from different domains like finance, economy and sales. In this example, we will use a subset of the Hourly dataset. \n",
"\n",
Expand Down
1 change: 1 addition & 0 deletions nbs/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ website:
- models.nhits.ipynb
- models.nlinear.ipynb
- models.patchtst.ipynb
- models.rmok.ipynb
- models.rnn.ipynb
- models.softs.ipynb
- models.stemgnn.ipynb
Expand Down

0 comments on commit 5f3d613

Please sign in to comment.