GamModelParametersBase.ICalculateFeatureContribution.FeatureContributionCalculator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to determine the contribution of each feature to the score of an example by FeatureContributionCalculatingTransformer. For Generalized Additive Models (GAM), the contribution of a feature is equal to the shape function for the given feature evaluated at the feature value.
Microsoft.ML.Trainers.FeatureContributionCalculator Microsoft.ML.Trainers.ICalculateFeatureContribution.FeatureContributionCalculator { get; }
member this.Microsoft.ML.Trainers.ICalculateFeatureContribution.FeatureContributionCalculator : Microsoft.ML.Trainers.FeatureContributionCalculator
ReadOnly Property FeatureContributionCalculator As FeatureContributionCalculator Implements ICalculateFeatureContribution.FeatureContributionCalculator