openml-python
openml-python copied to clipboard
Feat/progress
trafficstars
- Adds a progress bar to MinIO downloads
- When
download_all_files=True, only download the files which do not yet exist in cache. Overwriting is no longer necessary, as it was a crutch that was built beforeforce_refresh_cachewas added to theget_datasetmethod. This means we now can also avoid re-downloading image datasets over and over again.
WIP:
- [ ] add/update test for cache behavior
- [ ] update release notes