Skip to content

be lazy in downloading datasets and splits #346

@amueller

Description

@amueller

I think the get_dataset and get_task functions should not download any big items. That allows you to inspect the attributes of the data without having to download possibly large amounts of data.

We can just download the data in the get_data method - similarly, in get_task we shouldn't download the splits, but only download them later when they are needed.

Metadata

Metadata

Assignees

Labels

Good First IssueIssues suitable for people new to contributing to openml-python!

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions