Skip to content

Commit 40dec33

Browse files
committed
fixed Colab link in PatchTST tutorial nb
1 parent 3a1b663 commit 40dec33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorial_nbs/15_PatchTST_a_new_transformer_for_LTSF.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "892a35dd",
66
"metadata": {},
77
"source": [
8-
"<a href=\"https://colab.research.google.com/github/timeseriesAI/tsai/blob/master/tutorial_nbs/15_PatchTST_a_new_transformer_for_long_term_multivariate_forecasting.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
8+
"<a href=\"https://colab.research.google.com/github/timeseriesAI/tsai/blob/master/tutorial_nbs/15_PatchTST_a_new_transformer_for_LTSF.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
99
]
1010
},
1111
{
@@ -51,7 +51,7 @@
5151
}
5252
},
5353
"cell_type": "markdown",
54-
"id": "f9cddb27",
54+
"id": "411a935d",
5555
"metadata": {},
5656
"source": [
5757
"![download.png](attachment:download.png)"
@@ -1307,7 +1307,7 @@
13071307
}
13081308
},
13091309
"cell_type": "markdown",
1310-
"id": "be46d87b",
1310+
"id": "ab3c17d2",
13111311
"metadata": {},
13121312
"source": [
13131313
"We'll approach the time series forecasting task as a supervised learning problem. Remember that `tsai` requires that both inputs and outputs have the following shape: \n",
@@ -1322,7 +1322,7 @@
13221322
}
13231323
},
13241324
"cell_type": "markdown",
1325-
"id": "eba72560",
1325+
"id": "22cf3c01",
13261326
"metadata": {},
13271327
"source": [
13281328
"To get those inputs and outputs we're going to use a function called `prepare_forecasting_data` that applies a sliding window along the dataframe:\n",

0 commit comments

Comments
 (0)