-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
fetch_openml: Use compressed HTTP responses #11822
Copy link
Copy link
Closed
Labels
EnhancementModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practiceshelp wanted
Description
We are currently downloading data from openml.org and storing it in gzipped files. We do not request that the data come gzipped (AFAIK), but most HTTP servers would facilitate this. We could request gzip-compressed data, reducing download time and avoiding a round trip when cache=True. See https://stackoverflow.com/questions/3947120
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practiceshelp wanted