ModelFox.IdentityFeatureContribution (modelfox v0.8.0) View Source

This describes the contribution of a feature from an identity feature group.

column_name

This is the name of the source column for the identity feature group.

feature_value

This is the value of the feature.

feature_contribution_value

This is the amount that the feature contributed to the output.

Link to this section Summary

Link to this section Types

Specs

t() :: %ModelFox.IdentityFeatureContribution{
  column_name: String.t(),
  feature_contribution_value: float(),
  feature_value: float()
}