{ } Raw JSON

bundles / scipy latest / scipy / datasets / _download_all / download_all

function

scipy.datasets._download_all:download_all

source: /scipy/datasets/_download_all.py :26

Signature

def   download_all ( path = None )

Summary

Utility method to download all the dataset files for scipy.datasets module.

Parameters

path : str, optional

Directory 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()
Download the datasets to the current directory:
datasets.download_all(".")

Aliases

  • scipy.datasets.download_all

Referenced by

This package