diff --git a/python/paddle/dataset/uci_housing.py b/python/paddle/dataset/uci_housing.py index f87fdcc4f0f3c42a92bcff5ddcd532c3108565b1..32d44a6bf78ae5ac02d0e7100d22e5d6a2c00934 100644 --- a/python/paddle/dataset/uci_housing.py +++ b/python/paddle/dataset/uci_housing.py @@ -30,7 +30,7 @@ import paddle.dataset.common __all__ = ['train', 'test'] -URL = 'https://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data' +URL = 'http://paddlemodels.bj.bcebos.com/uci_housing/housing.data' MD5 = 'd4accdce7a25600298819f8e28e8d593' feature_names = [ 'CRIM', 'ZN', 'INDUS', 'CHAS', 'NOX', 'RM', 'AGE', 'DIS', 'RAD', 'TAX',