Merge pull request #59 from SublimeApple/patch-1

Added urllib import statement
main
Aurélien Geron 2019-11-08 10:05:27 +08:00 committed by GitHub
commit 628c408a89
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@
"outputs": [],
"source": [
"# Download the data\n",
"import urllib",
"DOWNLOAD_ROOT = \"https://raw.githubusercontent.com/ageron/handson-ml2/master/\"\n",
"os.makedirs(datapath, exist_ok=True)\n",
"for filename in (\"oecd_bli_2015.csv\", \"gdp_per_capita.csv\"):\n",