netneurotools.datasets.fetch_vazquez_rodriguez2019

netneurotools.datasets.fetch_vazquez_rodriguez2019(data_dir=None, url=None, resume=True, verbose=1)[source]

Download files from Vazquez-Rodriguez et al., 2019, PNAS.

Parameters:
  • 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

  • url (str, optional) – URL from which to download data. Default: None

  • resume (bool, optional) – Whether to attempt to resume partial download, if possible. Default: True

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

Returns:

data – Dictionary-like object with keys [‘rsquared’, ‘gradient’] containing 1000 values from

Return type:

sklearn.utils.Bunch

References

See ref key of returned dictionary object for relevant dataset reference