sklearn's fetch_openml fails with dataset 41147 (albert), returning an internal server error.
It is likely related to the large size of the dataset.
The get_csv on the website does work as normal, though.
Steps/Code to Reproduce
import sklearn.datasets
X, y = sklearn.datasets.fetch_openml(data_id=41147, return_X_y=True)
Description
sklearn's fetch_openml fails with dataset 41147 (albert), returning an internal server error. It is likely related to the large size of the dataset. The get_csv on the website does work as normal, though.
Steps/Code to Reproduce