jiehou commited on
Commit
cc6a81a
·
1 Parent(s): fa0bb40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import urllib.request
9
 
10
  DOWNLOAD_ROOT = "https://raw.githubusercontent.com/ageron/handson-ml2/master/"
11
  HOUSING_PATH = os.path.join("datasets", "housing")
12
- HOUSING_URL = DOWNLOAD_ROOT + "datasets/housing/housing.tgz"
13
 
14
  def fetch_housing_data(housing_url=HOUSING_URL, housing_path=HOUSING_PATH):
15
  if not os.path.isdir(housing_path):
 
9
 
10
  DOWNLOAD_ROOT = "https://raw.githubusercontent.com/ageron/handson-ml2/master/"
11
  HOUSING_PATH = os.path.join("datasets", "housing")
12
+ HOUSING_URL = DOWNLOAD_ROOT + "datasets/housing/housing.tgz"
13
 
14
  def fetch_housing_data(housing_url=HOUSING_URL, housing_path=HOUSING_PATH):
15
  if not os.path.isdir(housing_path):