8000 EXA Download parquet file from data.openml.org (#30824) · scikit-learn/scikit-learn@3c0e722 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c0e722

Browse files
authored
EXA Download parquet file from data.openml.org (#30824)
1 parent 40f5eb1 commit 3c0e722

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/applications/plot_time_series_lagged_features.py

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

4242
bike_sharing_data_file = fetch_file(
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",
43+
"https://data.openml.org/datasets/0004/44063/dataset_44063.pq",
4944
sha256="d120af76829af0d256338dc6dd4be5df4fd1f35bf3a283cab66a51c1c6abd06a",
5045
)
5146
bike_sharing_data_file

0 commit comments

Comments
 (0)
0