Skip to content

Commit

Permalink
DOC: Tutorial on cross-validation (#1176)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Sprangers <[email protected]>
  • Loading branch information
marcopeix and elephaint authored Oct 22, 2024
1 parent 7732e27 commit e92e131
Show file tree
Hide file tree
Showing 4 changed files with 808 additions and 1 deletion.
804 changes: 804 additions & 0 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 `NueralForecast`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
2 changes: 2 additions & 0 deletions nbs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"docs/capabilities/overview.html",
"docs/capabilities/objectives.html",
"docs/capabilities/exogenous_variables.html",
"docs/capabilities/cross_validation.html",
"docs/capabilities/hyperparameter_tuning.html",
"docs/capabilities/predictinsample.html",
"docs/capabilities/save_load_models.html",
Expand Down Expand Up @@ -120,6 +121,7 @@
"models.nhits.html",
"models.nlinear.html",
"models.patchtst.html",
"models.rmok.html",
"models.rnn.html",
"models.softs.html",
"models.stemgnn.html",
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 e92e131

Please sign in to comment.