Update 01_the_machine_learning_landscape.ipynb

This commit is contained in:
Ayush Sharma
2021-01-25 17:56:06 +05:30
committed by GitHub
parent 8ebdcffc6b
commit d0f78d8816

View File

@@ -124,7 +124,7 @@
"outputs": [],
"source": [
"# Download the data\n",
"import urllib\n",
"import urllib.request\n",
"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",