Skip to content

Commit 4e7b425

Browse files
committed
Add markdown above all the download functions.
1 parent 5894cc4 commit 4e7b425

6 files changed

+89
-39
lines changed

machine-learning/E2E-Classification with Iris Dataset.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@
157157
],
158158
"outputs": []
159159
},
160+
{
161+
"cell_type": "markdown",
162+
"metadata": {},
163+
"source": [
164+
"## Download or Locate Data\n",
165+
"The following code tries to locate the data file in a few known locations or it will download it from the known GitHub location."
166+
]
167+
},
160168
{
161169
"cell_type": "code",
162170
"execution_count": 1,

machine-learning/E2E-Forecasting using Regression with Luna Dataset.ipynb

+21-4
Large diffs are not rendered by default.

machine-learning/E2E-Forecasting using SSA with Luna Dataset.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@
116116
"In the code block below, we show how to load dataset into `DataFrame`."
117117
]
118118
},
119+
{
120+
"cell_type": "markdown",
121+
"metadata": {},
122+
"source": [
123+
"#### Download or Locate Data\n",
124+
"The following code tries to locate the data file in a few known locations or it will download it from the known GitHub location."
125+
]
126+
},
119127
{
120128
"cell_type": "code",
121129
"execution_count": 1,

machine-learning/E2E-Regression with Taxi Dataset.ipynb

+8
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@
110110
],
111111
"outputs": []
112112
},
113+
{
114+
"cell_type": "markdown",
115+
"metadata": {},
116+
"source": [
117+
"#### Download or Locate Data\n",
118+
"The following code tries to locate the data file in a few known locations or it will download it from the known GitHub location."
119+
]
120+
},
113121
{
114122
"cell_type": "code",
115123
"execution_count": 1,

0 commit comments

Comments
 (0)