From fbb355c83112a8b8509fcec466138cbef4ddf187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Sat, 25 Jan 2025 10:51:28 +0100 Subject: [PATCH 1/3] Fix doc build now that OpenML is back --- examples/applications/plot_time_series_lagged_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/applications/plot_time_series_lagged_features.py b/examples/applications/plot_time_series_lagged_features.py index edb27ade48007..9a3cec65dfee7 100644 --- a/examples/applications/plot_time_series_lagged_features.py +++ b/examples/applications/plot_time_series_lagged_features.py @@ -40,7 +40,7 @@ pl.Config.set_fmt_str_lengths(20) bike_sharing_data_file = fetch_file( - "https://openml1.win.tue.nl/datasets/0004/44063/dataset_44063.pq", + "https://openml.org/datasets/0004/44063/dataset_44063.pq", sha256="d120af76829af0d256338dc6dd4be5df4fd1f35bf3a283cab66a51c1c6abd06a", ) bike_sharing_data_file From d9191fba3045f1e0e207a6d787fd54879c9242a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Sat, 25 Jan 2025 10:55:57 +0100 Subject: [PATCH 2/3] [doc build] From 00941c7ba36ea2fb138c93cb0e9facf056247105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Tue, 28 Jan 2025 14:41:29 +0100 Subject: [PATCH 3/3] Update examples/applications/plot_time_series_lagged_features.py Co-authored-by: Olivier Grisel --- examples/applications/plot_time_series_lagged_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/applications/plot_time_series_lagged_features.py b/examples/applications/plot_time_series_lagged_features.py index 9a3cec65dfee7..87b3c1f62c9ce 100644 --- a/examples/applications/plot_time_series_lagged_features.py +++ b/examples/applications/plot_time_series_lagged_features.py @@ -40,7 +40,7 @@ pl.Config.set_fmt_str_lengths(20) bike_sharing_data_file = fetch_file( - "https://openml.org/datasets/0004/44063/dataset_44063.pq", + "https://github.com/scikit-learn/examples-data/raw/refs/heads/master/bike-sharing-demand/dataset_44063.pq", sha256="d120af76829af0d256338dc6dd4be5df4fd1f35bf3a283cab66a51c1c6abd06a", ) bike_sharing_data_file