Dataset

iota.session.Dataset()

Description Iota Dataset object

Note: This class is different than iota.Dataset.

Methods

Variables

  • name (str) file name

  • description (str) file description

  • id (int) file Id

  • data_format (str) dataset format

  • loaded (bool) check if dataset is already loaded

  • metafile (str) json file contained the metadata of the dataset

Methods

Load the data contained in the dataset file Returns a class iota.Dataset

Example

Remove dataset from the project

Example

Last updated

Was this helpful?