fraudtwin.FeatureDependency#
- class fraudtwin.FeatureDependency(**data)[source][source]#
Bases:
BaseModelConditional relationship used to preserve feature dependencies.
- Parameters:
source (str)
target (str)
version (str)
conditional_weights (dict[str, float])
- 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].