Skip to content

fetch_openml: Use compressed HTTP responses #11822

@jnothman

Description

@jnothman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementModerateAnything that requires some knowledge of conventions and best practiceshelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions