Datasets Utils
utilities for caching and downloading datasets
urlretrieve
urlretrieve (url, filename, headers=None, reporthook=None, timeout=None, chunksize=8192)
Same as urllib.request.urlretrieve
but also works with Request
objects
make_report_hook
make_report_hook (show_progress)