data_config#
Provides the configuration for the data.
- class DataConfig(synthetic: str, time_series: TimeSeriesConfig, test_split: float = 0.2, split_axis: str = 'vertical', input_features: list[str] | None = None, output_features: list[str] | None = None)#
Bases:
objectConfig for time-series data.