ModelFox.OneHotEncodedFeatureContribution (modelfox v0.8.0) View Source

This describes the contribution of a feature from a one hot encoded feature group.

column_name

This is the name of the source column for the one hot encoded feature group.

variant

This is the enum variant the feature indicates the presence of.

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.OneHotEncodedFeatureContribution{
  column_name: String.t(),
  feature_contribution_value: float(),
  feature_value: float(),
  variant: String.t()
}