pymovements.datasets.public_dataset.PublicDataset.__init__#
- PublicDataset.__init__(root: str, download: bool = False, extract: bool = False, remove_finished: bool = False, **kwargs)[source]#
Initialize dataset.
If desired, dataset resources will be downloaded and extracted.
- Parameters:
download (bool) – Download all dataset resources.
extract (bool) – Extract dataset archive files.
remove_finished (bool) – Remove archive files after extraction.