Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c2272e

Browse files
lesteveogrisel
andauthored
DOC Fix doc build now that OpenML is back (#30715)
Co-authored-by: Olivier Grisel <[email protected]>
1 parent b7a123a commit 8c2272e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/applications/plot_time_series_lagged_features.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@
4040
pl.Config.set_fmt_str_lengths(20)
4141

4242
bike_sharing_data_file = fetch_file(
43-
"https://openml1.win.tue.nl/datasets/0004/44063/dataset_44063.pq",
43+
# Original file was hosted at:
44+
# https://openml1.win.tue.nl/datasets/0004/44063/dataset_44063.pq
45+
# but is no longer reachable.
46+
# TODO: switch to https://data.openml.org/datasets/0004/44063/dataset_44063.pq
47+
# once possible.
48+
"https://github.com/scikit-learn/examples-data/raw/refs/heads/master/bike-sharing-demand/dataset_44063.pq",
4449
sha256="d120af76829af0d256338dc6dd4be5df4fd1f35bf3a283cab66a51c1c6abd06a",
4550
)
4651
bike_sharing_data_file

0 commit comments

Comments
 (0)