Thanks to visit codestin.com Credit goes to github.com
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 b7a123a commit 8c2272eCopy full SHA for 8c2272e
examples/applications/plot_time_series_lagged_features.py
@@ -40,7 +40,12 @@
40
pl.Config.set_fmt_str_lengths(20)
41
42
bike_sharing_data_file = fetch_file(
43
- "https://openml1.win.tue.nl/datasets/0004/44063/dataset_44063.pq",
+ # 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",
49
sha256="d120af76829af0d256338dc6dd4be5df4fd1f35bf3a283cab66a51c1c6abd06a",
50
)
51
bike_sharing_data_file
0 commit comments