tensorflow / tensorflow/datasets
Fail to download MSLR datasets
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 1.6k
- Avg merge
- 3h 54m
- Merged PRs (30d)
- 1
Description
Short description
The loader fails to download the mslr (ranking) dataset.
DownloadError: Failed to get url https://api.onedrive.com/v1.0/shares/s!AtsMfWUz5l8nbOIoJ6Ks0bEMp78/root/content. HTTP code: 400.
The current URL might be incorrect.
Environment information
-
Operating System: Ubuntu 22.04.4 LTS
-
Python version: 3.12.11
-
tensorflow-datasets/tfds-nightlyversion: 4.9.9+nightly -
tensorflow/tf-nightlyversion: 2.19.0 -
Does the issue still exists with the last
tfds-nightlypackage (pip install --upgrade tfds-nightly) ? yes, the issue persists
Reproduction instructions
import tensorflow_datasets as tfds
ds = tfds.load("mslr_web")
Expected behavior
Download the mslr dataset.
Additional context
Add any other context about the problem here.
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 the failure with the documented tfds.load("mslr_web") entry point and inspect the dataset builder's download configuration. Check why the OneDrive URL returns HTTP 400, then verify that the MSLR dataset downloads successfully on the stated environment and that the existing loading path still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- data, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100