neuralfetch.download.Physionet

pydantic model neuralfetch.download.Physionet[source][source]

Physionet datasets via anonymous boto3 access.

Extends S3 with the convention that Physionet datasets live under <study>/<version>/ in the physionet-open bucket. After download, the versioned directory is flattened into _dl_dir.

Fields:
field bucket: str = 'physionet-open'[source]
field version: str [Required][source]
requirements: tp.ClassVar[tuple[str, ...]] = ('boto3', 'botocore')[source]