zhupipia
zhupipia
```python import os import tarfile import urllib DOWNLOAD_ROOT = "https://raw.githubusercontent.com/ageron/handson-ml2/master/" HOUSING_PATH = os.path.join("datasets","housing") HOUSING_URL = DOWNLOAD_ROOT + "datasets/housing/housing.tgz" def fetch_housing_data(housing_url = HOUSING_URL, housing_path = HOUSING_PATH): os.makedirs(housing_path, exist_ok = True) tgz_path...
After I run, nothing happened.
Thanks, teacher! I have downloaded the data from my iPad. I think it could be the cause of the system. Thanks for you again!