-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't download dataset #64
Comments
In [2]: dataset = openml.datasets.get_dataset('44313', download_data=True, download_all_files=True)
<ipython-input-57-ed1b9b7180d4>:1: FutureWarning: Starting from Version 0.15 `download_data`, `download_qualities`, and `download_features_meta_data` will all be ``False`` instead of ``True`` by default to enable lazy loading. To disable this message until version 0.15 explicitly set `download_data`, `download_qualities`, and `download_features_meta_data` to a bool while calling `get_dataset`.
dataset = openml.datasets.get_dataset('44313', download_data=True, download_all_files=True)
<ipython-input-57-ed1b9b7180d4>:1: FutureWarning: ``download_all_files`` is experimental and is likely to break with new releases.
dataset = openml.datasets.get_dataset('44313', download_data=True, download_all_files=True)
WARNING:urllib3.connectionpool:Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f056bfa5780>, 'Connection to openml1.win.tue.nl timed out. (connect timeout=300)')': /datasets?delimiter=&encoding-type=url&list-type=2&max-keys=1000&prefix=0004%2F44313
WARNING:urllib3.connectionpool:Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f056bfa50f0>, 'Connection to openml1.win.tue.nl timed out. (connect timeout=300)')': /datasets?delimiter=&encoding-type=url&list-type=2&max-keys=1000&prefix=0004%2F44313 failed to download auxiliary files (e.g., meta-album) from openml server. |
Hi, sorry for the slow reply. I think something went wrong due to the issue being closed temporarily. Does the problem persist for you? I can not reproduce it. I do know that in the period you opened that issue we were experiencing server loads heavier than usual. If you can't reproduce it, my guess is that this was a symptom of that. We are looking into how we can improve the resilience of the server in the future. |
cannot connect to dataset download site "openml1.win.tue.nl:9090"
The text was updated successfully, but these errors were encountered: