Skip to content

Commit ba96f35

Browse files
authored
Merge pull request ageron#59 from SublimeApple/patch-1
Added urllib import statement
2 parents 9f9b57e + 93f12cb commit ba96f35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

01_the_machine_learning_landscape.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
],
134134
"source": [
135135
"# Download the data\n",
136+
"import urllib",
136137
"DOWNLOAD_ROOT = \"https://raw.githubusercontent.com/ageron/handson-ml2/master/\"\n",
137138
"os.makedirs(datapath, exist_ok=True)\n",
138139
"for filename in (\"oecd_bli_2015.csv\", \"gdp_per_capita.csv\"):\n",

0 commit comments

Comments
 (0)