tensorflow / tensorflow/datasets

Fail to download MSLR datasets

Open
#11,136 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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-nightly version: 4.9.9+nightly

  • tensorflow/tf-nightly version: 2.19.0

  • Does the issue still exists with the last tfds-nightly package (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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.