BayesianPreset
A named, versioned Bayesian configuration with its provenance.
Attributes
| model_config |
|
Frozen and closed to extra fields. |
| name |
str |
The preset’s name, also its settings version. |
| description |
str |
One line on what the preset is for. |
| status |
PresetStatus |
How far to trust it. |
| provenance |
PresetProvenance |
Where its values come from. |
| workflow |
BayesianPredictionSettings |
Settings for bayesian_kpi_predictions. |
| posterior |
BayesianSettings |
Settings for BayesianPosterior, the same profile. |
Methods
posterior_settings
posterior_settings(**overrides)
Return the posterior settings, optionally with overrides.
Parameters
| **overrides |
object |
Fields to change; any change needs a new version. |
{} |
Returns
|
BayesianSettings |
The validated settings. |
workflow_settings
workflow_settings(**overrides)
Return the workflow settings, optionally with overrides.
Parameters
| **overrides |
object |
Fields to change. Output selection and reading horizon keep the preset’s version; anything else needs a new version. |
{} |
Returns
|
BayesianPredictionSettings |
The validated settings. |