fetch_openml with albert dataset fails
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing sklearn.datasets.fetch_openml with data_id=41147 and compare its failure with the website's working get_csv request. Trace the OpenML API path handling this dataset and its large response, then verify that fetch_openml completes successfully without the internal server error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, python, scikit-learn
- Domain
- api, backend, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100