mixed_data_pipeline#
Provides the configurations for the mixed data pipeline.
- class DataConfig(ratios: list[float], time_series: ~simba_ml.prediction.time_series.config.time_series_config.TimeSeriesConfig = <factory>, observed: ~typing.Optional[str] = None, synthetic: ~typing.Optional[str] = None, test_split: float = 0.2, split_axis: str = 'vertical')#
Bases:
objectConfig for time-series data.
- class PipelineConfig(models: list[dict[str, object]], metrics: list[str], data: ~simba_ml.prediction.time_series.config.mixed_data_pipeline.mixed_data_config.DataConfig, plugins: list[str] = <factory>, logging: ~typing.Optional[~simba_ml.prediction.logging.logging_config.LoggingConfig] = None)#
Bases:
objectConfig for the Pipeline.
|
Provides the configuration for the data. |
|
Provides the configuration for the pipeline. |