transfer_learning_data_config#

Provides the configuration for the data.

class DataConfig(observed: str, synthetic: str, test_split: float = 0.2, split_axis: str = 'vertical', time_series: ~simba_ml.prediction.time_series.config.time_series_config.TimeSeriesConfig = <factory>)#

Bases: object

Config for time-series data.