Skip to content

Commit 4760d5a

Browse files
author
Yan Xu
authored
Merge pull request #13481 from Yancey1989/move_dataset
move uci_housing dataset to bce
2 parents f1cbb4b + 3571ca6 commit 4760d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/dataset/uci_housing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
__all__ = ['train', 'test']
3232

33-
URL = 'https://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data'
33+
URL = 'http://paddlemodels.bj.bcebos.com/uci_housing/housing.data'
3434
MD5 = 'd4accdce7a25600298819f8e28e8d593'
3535
feature_names = [
3636
'CRIM', 'ZN', 'INDUS', 'CHAS', 'NOX', 'RM', 'AGE', 'DIS', 'RAD', 'TAX',

0 commit comments

Comments
 (0)