Skip to main content
Here we host a collection of datasets used in previous hierarchical research by Rangapuram et al. [2021], Olivares et al. [2023], and Kamarthi et al. [2022]. The benchmark datasets utilized include
  1. Australian Monthly Labour: Labour,
  2. SF Bay Area daily Traffic: Traffic, OldTraffic,
  3. Quarterly Australian Tourism Visits: (TourismSmall),
  4. Monthly Australian Tourism visits: TourismLarge, OldTourismLarge,
  5. daily Wikipedia article views: Wiki2.
Old datasets favor the original datasets with minimal target variable preprocessing (Rangapuram et al. [2021], Olivares et al. [2023]), while the remaining datasets follow PROFHIT experimental settings.

References

Labour

TourismLarge

TourismSmall

Traffic

Wiki2

OldTraffic

HierarchicalData

HierarchicalData.download

Download Hierarchical Datasets. Parameters:
NameTypeDescriptionDefault
directorystrDirectory path to download dataset.required

HierarchicalData.load

Downloads hierarchical forecasting benchmark datasets. Parameters:
NameTypeDescriptionDefault
directorystrDirectory where data will be downloaded.required
groupstrGroup name.required
cacheboolIf True saves and loadsTrue
Returns:
TypeDescription
Tuple[DataFrame, DataFrame]Tuple[pd.DataFrame, pd.DataFrame]: Target time series with columns [‘unique_id’, ‘ds’, ‘y’]. Containes the base time series, Summing matrix of size (hierarchies, bottom).