Datasets Utils

utilities for caching and downloading datasets


source

urlretrieve

 urlretrieve (url, filename, headers=None, reporthook=None, timeout=None,
              chunksize=8192)

Same as urllib.request.urlretrieve but also works with Request objects


source

make_report_hook

 make_report_hook (show_progress)