Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.
nilearn.datasets.fetch_bids_langloc_dataset#
- nilearn.datasets.fetch_bids_langloc_dataset(data_dir=None, verbose=1)[source]#
Download language localizer example bids dataset.
Deprecated since version 0.10.3: This fetcher function will be removed as it returns the same data as
nilearn.datasets.fetch_language_localizer_demo_dataset
.Please use
nilearn.datasets.fetch_language_localizer_demo_dataset
instead.- Parameters:
- data_dir
pathlib.Path
orstr
, optional Path where data should be downloaded. By default, files are downloaded in a
nilearn_data
folder in the home directory of the user. See alsonilearn.datasets.utils.get_data_dirs
.- verbose
int
, default=1 Verbosity level (0 means no message).
- data_dir
- Returns: