module datasetsforecast.hierarchical
class Labour
Labour(freq: str = ‘MS’, horizon: int = 8, papers_horizon: int = 12, seasonality: int = 12, test_size: int = 125, tags_names: Tuple[str] = (‘Country’, ‘Country/Region’, ‘Country/Gender/Region’, ‘Country/Employment/Gender/Region’))
method __init__
class TourismLarge
TourismLarge(freq: str = ‘MS’, horizon: int = 12, papers_horizon: int = 12, seasonality: int = 12, test_size: int = 57, tags_names: Tuple[str] = (‘Country’, ‘Country/State’, ‘Country/State/Zone’, ‘Country/State/Zone/Region’, ‘Country/Purpose’, ‘Country/State/Purpose’, ‘Country/State/Zone/Purpose’, ‘Country/State/Zone/Region/Purpose’))
method __init__
class TourismSmall
TourismSmall(freq: str = ‘Q’, horizon: int = 4, papers_horizon: int = 4, seasonality: int = 4, test_size: int = 9, tags_names: Tuple[str] = (‘Country’, ‘Country/Purpose’, ‘Country/Purpose/State’, ‘Country/Purpose/State/CityNonCity’))
method __init__
class Traffic
Traffic(freq: str = ‘D’, horizon: int = 14, papers_horizon: int = 7, seasonality: int = 7, test_size: int = 91, tags_names: Tuple[str] = (‘Level1’, ‘Level2’, ‘Level3’, ‘Level4’))
method __init__
class Wiki2
Wiki2(freq: str = ‘D’, horizon: int = 14, papers_horizon: int = 7, seasonality: int = 7, test_size: int = 91, tags_names: Tuple[str] = (‘Views’, ‘Views/Country’, ‘Views/Country/Access’, ‘Views/Country/Access/Agent’, ‘Views/Country/Access/Agent/Topic’))
method __init__
class OldTraffic
OldTraffic(freq: str = ‘D’, horizon: int = 1, papers_horizon: int = 1, seasonality: int = 7, test_size: int = 91, tags_names: Tuple[str] = (‘Level1’, ‘Level2’, ‘Level3’, ‘Level4’))
method __init__
class OldTourismLarge
OldTourismLarge(freq: str = ‘MS’, horizon: int = 12, papers_horizon: int = 12, seasonality: int = 12, test_size: int = 57, tags_names: Tuple[str] = (‘Country’, ‘Country/State’, ‘Country/State/Zone’, ‘Country/State/Zone/Region’, ‘Country/Purpose’, ‘Country/State/Purpose’, ‘Country/State/Zone/Purpose’, ‘Country/State/Zone/Region/Purpose’))
method __init__
class HierarchicalData
method download
directory(str): Directory path to download dataset.
method load
directory(str): Directory where data will be downloaded.group(str): Group name.cache(bool): IfTruesaves and loads

