public class LightGBMTreeSHAPFeatureContributionExplainer extends Object implements com.feedzai.openml.explanations.ModelExplainer
LightGBMBinaryClassificationModel.| Constructor and Description |
|---|
LightGBMTreeSHAPFeatureContributionExplainer(LightGBMBinaryClassificationModel model)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getFeatureContributions(com.feedzai.openml.data.Instance instance) |
public LightGBMTreeSHAPFeatureContributionExplainer(LightGBMBinaryClassificationModel model)
model - The LightGBMBinaryClassificationModel whose predictions will be explained.Copyright © 2022 Feedzai. All rights reserved.