Skip to content

Conversation

@0AnshuAditya0
Copy link

Fixes #11136

Problem

The MSLR-WEB dataset download was failing with HTTP 400 errors because the old OneDrive API v1.0 URLs are deprecated.

Solution

Updated the download URLs to the new OneDrive share links from the official Microsoft Research page:

Source: https://www.microsoft.com/en-us/research/project/mslr/

Changes

  • Updated _URLS dictionary in tensorflow_datasets/ranking/mslr_web/mslr_web.py

Testing

URLs verified to be accessible from the official Microsoft Research page.

The old OneDrive API v1.0 URLs were returning HTTP 400 errors.
Updated to new OneDrive share links from the official Microsoft Research page.

Fixes tensorflow#11136
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fail to download MSLR datasets

1 participant