Skip to content

Commit

Permalink
Merge pull request ageron#59 from SublimeApple/patch-1
Browse files Browse the repository at this point in the history
Added urllib import statement
  • Loading branch information
ageron authored Nov 8, 2019
2 parents 9f9b57e + 93f12cb commit ba96f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 01_the_machine_learning_landscape.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
],
"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",
Expand Down

0 comments on commit ba96f35

Please sign in to comment.