pyvalues.evaluation

class pyvalues.evaluation.Evaluation(cls: Type[VALUES_WITHOUT_ATTAINMENT], value_evaluations: dict[str, list[ThresholdedDecision]])

Bases: Generic[VALUES_WITHOUT_ATTAINMENT]

class pyvalues.evaluation.ThresholdedDecision(*, threshold: Annotated[float, Ge(ge=0), Le(le=1)], is_true: bool)

Bases: BaseModel

model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].