fraudtwin.StatisticalSummary#
- class fraudtwin.StatisticalSummary(**data)[source][source]#
Bases:
BaseModelImmutable aggregate statistic captured in a calibration profile.
- Parameters:
name (str)
version (str)
available (bool)
fields (tuple[str, ...])
parameters (dict[str, Any])
fingerprint (str)
- model_config: ClassVar[ConfigDict] = {'allow_inf_nan': False, 'extra': 'forbid', 'frozen': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].