the interaction effect by putting the values of the independent variables in different colors.
color_feature
display other variables with color. Default value is NULL.
smooth
geom_smooth option. Default value is TRUE.
Details
Dependency plots are designed to show the effect of one independent variable on the model's prediction.
Each point corresponds to each row of the training data,
and the y axis corresponds the PPKernelSHAP value of the variable,
indicating how much knowing the value of the variable changes the output of the model
for the prediction of the data.