fraudtwin.CamouflagePlan#

class fraudtwin.CamouflagePlan(**data)[source][source]#

Bases: BaseModel

Resolved strengths for one generator family and scenario.

Parameters:
  • family (str)

  • scenario (str)

  • feature_strengths (dict[str, float])

  • relation_strengths (dict[str, float])

  • cohort (dict[str, object])

model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True}#

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