config#
Provides the configurations for the pipeline.
- class DataConfig(synthetic: ~typing.Optional[str] = None, time_series: ~simba_ml.prediction.time_series.config.time_series_config.TimeSeriesConfig = <factory>, 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.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.
Provides the configurations for the mixed data pipeline. |
|
|
Provides the configurations for the synthetic data pipeline. |
Provides the configuration for logging. |
|
|
Provides the configurations for the synthetic data pipeline. |