Skip to content

Commit 93f12cb

Browse files
author
Dave
authored
urllib called, but never imported
added import statement for urllib package, used in the downloading data section
1 parent 9f9b57e commit 93f12cb

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)