Skip to content

Commit

Permalink
Changing Load Forecasting Data Souce (#572)
Browse files Browse the repository at this point in the history
* Changing load forecasting data source

* Re-running to remove warning

* lint
  • Loading branch information
kvnkho authored Jun 26, 2023
1 parent 57b3b4c commit 862cace
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 1,083 deletions.
2 changes: 2 additions & 0 deletions nbs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/.quarto/

lightning_logs/
2 changes: 1 addition & 1 deletion nbs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ website:
collapse-below: lg
left:
- text: "Get Started"
href: docs/getting-started/Getting_Started_short.ipynb
href: docs/getting-started/getting_started_short.html
- text: "NixtlaVerse"
menu:
- text: "StatsForecast ⚡️"
Expand Down
2 changes: 1 addition & 1 deletion nbs/docs/getting-started/2_Getting_Started_complete.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
" * Learn how to predict [1M series in less than 30min](https://www.anyscale.com/blog/how-nixtla-uses-ray-to-accurately-predict-more-than-a-million-time-series).\n",
"\n",
"* Training models on Multiple Seasonalities. \n",
" * Learn to use multiple seasonality in this [Electricity Load forecasting](../how-to-guides/ElectricityLoadForecasting.ipynb) tutorial.\n",
" * Learn to use multiple seasonality in this [Electricity Load forecasting](../tutorials/ElectricityLoadForecasting.ipynb) tutorial.\n",
"\n",
"* Using external regressors or exogenous variables\n",
" * Follow this tutorial to [include exogenous variables](../how-to-guides/Exogenous.ipynb) like weather or holidays or static variables like category or family. \n",
Expand Down
1,267 changes: 187 additions & 1,080 deletions nbs/docs/tutorials/ElectricityLoadForecasting.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"\n",
"\n",
"\n",
"### Sparse of Inttermitent\n",
"### Sparse or Inttermitent\n",
"Suited for series with very few non-zero observations\n",
"\n",
"|Model | Point Forecast | Probabilistic Forecast | Insample fitted values | Probabilistic fitted values |\n",
Expand Down

0 comments on commit 862cace

Please sign in to comment.