config#
Provides the configurations for the pipeline.
- class DataConfig(synthetic: str, time_series: TimeSeriesConfig, 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.synthetic_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 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. |