OpenML icon indicating copy to clipboard operation
OpenML copied to clipboard

fetch_openml with albert dataset fails

Open joaquinvanschoren opened this issue 3 years ago • 0 comments

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

import sklearn.datasets
X, y = sklearn.datasets.fetch_openml(data_id=41147, return_X_y=True)

joaquinvanschoren avatar Aug 18 '21 08:08 joaquinvanschoren