load_dataset

src.lookoutequipment.dataset.load_dataset(dataset_name, target_dir)

This function can be used to download example datasets to run Amazon Lookout for Equipment on.

Parameters
  • dataset_name (string) – Can only be ‘expander’ at this stage

  • target_dir (string) – Location where to download the data: this location must be readable and writable

Returns

dictionnary with data dataframe, labels dataframe, training start and end datetime, evaluation start and end datetime, and the tags description dataframe

Return type

data (dict)