bayesian_preset
bayesian_preset(name=RECOMMENDED_BAYESIAN_PRESET, **overrides)Return a preset’s workflow settings, optionally with overrides.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| name | str | A key of BAYESIAN_PRESETS; the recommended preset by default. | RECOMMENDED_BAYESIAN_PRESET |
| **overrides | object | Fields to change. Output selection and reading horizon keep the preset’s version; anything else needs a new version. | {} |
Returns
| Name | Type | Description |
|---|---|---|
| BayesianPredictionSettings | The validated settings for bayesian_kpi_predictions. |