bundles / scipy 1.17.1 / scipy / datasets / _download_all / download_all
function
scipy.datasets._download_all:download_all
Signature
def download_all ( path = None ) Summary
Utility method to download all the dataset files for scipy.datasets module.
Parameters
path: str, optionalDirectory path to download all the dataset files. If None, default to the system cache_dir detected by pooch.
Notes
Array API Standard Support
download_all is not in-scope for support of Python Array API Standard compatible backends other than NumPy.
See dev-arrayapi for more information.
Examples
Download the datasets to the default cache location:from scipy import datasets
✓datasets.download_all()
⚠datasets.download_all(".")
⚠Aliases
-
scipy.datasets.download_all