Category "dalex"

Create SHAP plots for tidymodel objects

This question refers to Obtaining summary shap plot for catboost model with tidymodels in R. Given the comment below the question, the OP found a solution but d

Remove variable in model_parts() plot

I want to remove certain variables from the plot. # Packages library(tidymodels) library(mlbench) # Data data("PimaIndiansDiabetes") dat <- PimaIndiansDia