updated the import

This commit is contained in:
Akshit Gupta
2020-10-05 23:40:19 +05:30
parent 1e81324573
commit 5d53b561ad

View File

@@ -95,7 +95,7 @@
"source": [
"import os\n",
"import tarfile\n",
"import urllib\n",
"import urllib.request\n",
"\n",
"DOWNLOAD_ROOT = \"https://raw.githubusercontent.com/ageron/handson-ml2/master/\"\n",
"HOUSING_PATH = os.path.join(\"datasets\", \"housing\")\n",