openml-python icon indicating copy to clipboard operation
openml-python copied to clipboard

Dataset download progress bar

Open joaquinvanschoren opened this issue 1 year ago • 2 comments
trafficstars

Description

Downloading large datasets can take an unpredictable amount of time. It would be nice if a progress bar could be shown.

Steps/Code to Reproduce

openml_dataset = openml.datasets.get_dataset(ID) X, y, _, _ = openml_dataset.get_data()

Expected Results

A progress bar is shown (either in standard out or in a notebook)

Actual Results

Nothing is shown

Versions

All

joaquinvanschoren avatar Mar 23 '24 10:03 joaquinvanschoren