Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Tutorial on cross-validation #1176

Merged
merged 9 commits into from
Oct 22, 2024
813 changes: 813 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",
marcopeix marked this conversation as resolved.
Show resolved Hide resolved
"\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",
marcopeix marked this conversation as resolved.
Show resolved Hide resolved
"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