Description
DALEX library function for local interpretations
Usage
dalex_local(explainer, row, plot = TRUE, print = TRUE)
Arguments
explainer
Object. Result from dalex_explainer function
row
Dataframe. An observation which you want to study
plot
Boolean. Do you wish to see the results plot?
print
Boolean. Do you wish to see the results table?