Skip to content

Scoring Configs

dynestyx.evaluation.configs contains configuration for evaluating conditioned results. ObservationScoringConfig currently configures one-step-ahead predictive-observation scoring.

The score rule objects themselves live on the companion Scoring page.

Configuration for evaluating conditioned dynamical-model results.

ObservationScoringConfig dataclass

Configure proper scoring rules for predictive observations.

Attach this configuration to Evaluation. Scores are computed from the observed values and one-step-ahead predictive-observation outputs carried by the forwarded ConditionedResult.