actableai.explanation.autogluon_explainer.AutoGluonShapTreeExplainer(autogluon_predictor: autogluon.tabular.predictor.predictor.TabularPredictor)¶Bases: object
AutoGluon Shap Tree Explainer Wrapper.
is_predictor_compatible(autogluon_predictor: autogluon.tabular.predictor.predictor.TabularPredictor) bool¶Check if an AutoGluon predictor is compatible with the Shap Tree Explainer.
shap_values(data: Union[pandas.core.frame.DataFrame, numpy.ndarray], *args: List[Any], **kwargs: Dict[str, Any]) pandas.core.frame.DataFrame¶Compute shap values.
The shap values.