netneurotools.datasets.fetch_suarez_mami

netneurotools.datasets.fetch_suarez_mami(force=False, data_dir=None, verbose=1)[source]

Download files from Suarez et al., 2022, eLife.

This dataset contains

If you used this data, please cite [1] and [2].

Returns:

filenames – Dictionary-like object with fetched data.

Return type:

sklearn.utils.Bunch

Other Parameters:
  • force (bool, optional) – If True, will overwrite existing dataset. Default: False

  • data_dir (str, optional) – Path to use as data directory. If not specified, will check for environmental variable ‘NNT_DATA’; if that is not set, will use ~/nnt-data instead. Default: None

  • verbose (int, optional) – Modifies verbosity of download, where higher numbers mean more updates. Default: 1

References