Skip to content

Commit b0988a7

Browse files
authored
Fix path Boston housing dataset (#2200)
1 parent 72c5ed4 commit b0988a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

numpyro/examples/datasets.py

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

5252
BOSTON_HOUSING = dset(
5353
"boston_housing",
54-
["https://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data"],
54+
["http://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data"],
5555
)
5656

5757
COVTYPE = dset(

0 commit comments

Comments
 (0)