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.
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+nightlytensorflow/tf-nightlyversion: 2.19.0Does the issue still exists with the last
tfds-nightlypackage (pip install --upgrade tfds-nightly) ? yes, the issue persistsReproduction instructions
Expected behavior
Download the
mslrdataset.Additional context
Add any other context about the problem here.