updated the import

main
Akshit Gupta 2020-10-05 23:40:19 +05:30
parent 1e81324573
commit 5d53b561ad
1 changed files with 1 additions and 1 deletions

View File

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