open
open(name, download=True, storage='http') data.Dataset.
Open the dataset with the given name, and optionally download it if it does not exist.
Parameters
Name | Type | Description | Default |
---|---|---|---|
name | str | Name of the dataset to open. | required |
download | bool | whether to download the dataset if it does not exist. | True |
storage | str | storage backend to use (http or dvc ). Defaults to ‘http’. |
'http' |