data_config#

Provides the configuration for the data.

class DataConfig(observed: str, synthetic: str, time_series: TimeSeriesConfig, test_split: float = 0.2, split_axis: str = 'vertical', export_path: str | None = None)#

Bases: object

Config for time-series data.