pipeline_config#
Provides the configuration for the pipeline.
- class PipelineConfig(models: list[dict[str, object]], metrics: list[str], data: ~simba_ml.prediction.time_series.config.synthetic_data_pipeline.synthetic_data_config.DataConfig, plugins: list[str] = <factory>, logging: ~typing.Optional[~simba_ml.prediction.logging.logging_config.LoggingConfig] = None)#
Bases:
objectConfig for the Pipeline.