Skip to content

Commit

Permalink
fix: fix dataset paths and re-run notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
zgana committed Sep 22, 2024
1 parent 3046b06 commit 04f1e65
Show file tree
Hide file tree
Showing 11 changed files with 16,306 additions and 1,342 deletions.
2 changes: 1 addition & 1 deletion 00-Preface-to-this-readalong.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.10"
"version": "3.8.19"
}
},
"nbformat": 4,
Expand Down
228 changes: 134 additions & 94 deletions 02-Time-series-graphics.ipynb

Large diffs are not rendered by default.

459 changes: 383 additions & 76 deletions 03-Time-series-decomposition.ipynb

Large diffs are not rendered by default.

14,597 changes: 14,188 additions & 409 deletions 04-Time-series-features.ipynb

Large diffs are not rendered by default.

184 changes: 113 additions & 71 deletions 05-The-forecasters-toolbox.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 06-Judgmental-forecasts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.10"
"version": "3.8.19"
}
},
"nbformat": 4,
Expand Down
1,028 changes: 861 additions & 167 deletions 07-Time-series-regression-models.ipynb

Large diffs are not rendered by default.

159 changes: 84 additions & 75 deletions 08-Exponential-smoothing.ipynb

Large diffs are not rendered by default.

462 changes: 255 additions & 207 deletions 09-ARIMA-models.ipynb

Large diffs are not rendered by default.

502 changes: 261 additions & 241 deletions 10-Dynamic-regression-models.ipynb

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions R-export-datasets.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## R export datasets"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"A note from *the future* (i.e. 2024):\n",
"\n",
"When I first put this together, I was paranoid about publishing the resulting datasets online. At the same time, I was not paranoid enough about how difficult it would be to re-run all the code in this repository after some time elapsed.\n",
"\n",
"Now I'm applying some minimal updates to make everything runnable in 2024, and the last thing I want to do is dive into reproducible builds in the R world. Fortunately, I'm now less paranoid about republishing public data. So rather than running this notebook, I'm borrowing the outputs helpfully published by [Asif Mehedi](https://github.com/asifm) in his [fpp3-data](https://github.com/asifm/fpp3-data/) repository."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Original content"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 04f1e65

Please sign in to comment.