Skip to content

[Bug] protein.mat dataset used in "Exact GP Regression with Multiple GPUs" example does not exist. #2699

@rcasero

Description

@rcasero

🐛 Bug

protein.mat dataset used in "Exact GP Regression with Multiple GPUs" example does not exist.

To reproduce

** Code snippet to reproduce **

The "Exact GP Regression with Multiple GPUs" example uses this bit of code to download the example data from a Google drive

import os
import urllib.request
from scipy.io import loadmat
dataset = 'protein'
if not os.path.isfile(f'../{dataset}.mat'):
    print(f'Downloading \'{dataset}\' UCI dataset...')
    urllib.request.urlretrieve('https://drive.google.com/uc?export=download&id=1nRb8e7qooozXkNghC5eQS0JeywSXGX2S',
                               f'../{dataset}.mat')

However, just browsing that URL (https://drive.google.com/uc?export=download&id=1nRb8e7qooozXkNghC5eQS0JeywSXGX2S) shows a 404 error. It seems that the document was deleted.

** Stack trace/error message **

N/A

Expected Behavior

The dataset should exist and be downloadable.

System information

Please complete the following information:

Additional context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions