openml / openml/OpenML

fetch_openml with albert dataset fails

Open
#1,122 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.