DALEX function for local interpretations
dalex_local(explainer, observation = NA, row = 1, type = "break_down")
Object. Result from dalex_explainer function
Data.frame. If you want to use an observation that was not in the original explainer function, add here. Else, use row
Dataframe. Row number from the data.frame used in explainer.
Character. The type of variable attributions. Either shap, oscillations, break_down or break_down_interactions.
Other Interpretability:
dalex_explainer()
,
dalex_residuals()
,
dalex_variable()