We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c5ed4 commit b0988a7Copy full SHA for b0988a7
1 file changed
numpyro/examples/datasets.py
@@ -51,7 +51,7 @@
51
52
BOSTON_HOUSING = dset(
53
"boston_housing",
54
- ["https://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data"],
+ ["http://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data"],
55
)
56
57
COVTYPE = dset(
0 commit comments