mixed_data_pipeline#
Provides the configurations for the mixed data pipeline.
- class DataConfig(ratios: list[float], time_series: TimeSeriesConfig, observed: str | None = None, synthetic: str | None = None, test_split: float = 0.2, split_axis: str = 'vertical', input_features: list[str] | None = None, output_features: list[str] | None = None, export_path: str | None = None)#
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.data_config.DataConfig, plugins: list[str] = <factory>, logging: ~simba_ml.prediction.logging.logging_config.LoggingConfig | None = None, seed: int = 42)#
Bases:
objectConfig for the Pipeline.
|
Provides the configuration for the data. |
|
Provides the configuration for the pipeline. |