From 1fd4ac377dadccbfe7d282686a04221be12f250a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Thu, 13 Feb 2025 09:39:47 +0100 Subject: [PATCH] EXA Download parquet file from data.openml.org --- examples/applications/plot_time_series_lagged_features.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/applications/plot_time_series_lagged_features.py b/examples/applications/plot_time_series_lagged_features.py index 3c0f03f890730..f2eb039e35fe0 100644 --- a/examples/applications/plot_time_series_lagged_features.py +++ b/examples/applications/plot_time_series_lagged_features.py @@ -40,12 +40,7 @@ pl.Config.set_fmt_str_lengths(20) bike_sharing_data_file = fetch_file( - # Original file was hosted at: - # https://openml1.win.tue.nl/datasets/0004/44063/dataset_44063.pq - # but is no longer reachable. - # TODO: switch to https://data.openml.org/datasets/0004/44063/dataset_44063.pq - # once possible. - "https://github.com/scikit-learn/examples-data/raw/refs/heads/master/bike-sharing-demand/dataset_44063.pq", + "https://data.openml.org/datasets/0004/44063/dataset_44063.pq", sha256="d120af76829af0d256338dc6dd4be5df4fd1f35bf3a283cab66a51c1c6abd06a", ) bike_sharing_data_file