dsipts.data_management.public_datasets module

dsipts.data_management.public_datasets.build_venice(path, url='https://www.comune.venezia.it/it/content/archivio-storico-livello-marea-venezia-1')[source]
dsipts.data_management.public_datasets.read_public_dataset(path, dataset)[source]

Returns the public dataset chosen. Pleas download the dataset from here https://drive.google.com/drive/folders/1ZOYpTUa82_jCcxIdTmyr0LXQfvaM9vIy or ask to agobbi@fbk.eu. Extract the data and leave the name all_six_datasets in the path folder

Parameters:
  • path (str) – path to data

  • dataset (str) – dataset (one of ‘electricity’,’etth1’,’etth2’,’ettm1’,’ettm2’,’exchange_rate’,’illness’,’traffic’,’weather’)

Returns:

The target variable is y and the time index is time and the list of the covariates

Return type:

Tuple[pd.DataFrame,List[str]]