bayesline.api.FeatureExplanation#
- model FeatureExplanation#
How a feature resolved for one user, and what it was resolved from.
Fields# Field
Type
Required
Default
Yes
tuple[EvaluatedGrant, …]No
()Yes
- field feature: EffectiveFeature [Required]#
- field grants: tuple[EvaluatedGrant, ...] [Optional]#
Every grant bearing on this user, weakest first. Empty where nothing reaches them and the default stands.
- field value: FeatureValue [Required]#