I know to use these packages (VIP etc) with tidymodels to evaluate individual feature contribution/importance for a model such as random forest. But I'd like to know to evaluate a combined or joint importance for two or more features? Probably I cannot just simply add importance scores of these features together?
Thank you.
-Xiaokuan
You can use variable_groups
argument in DALEX::model_parts
function.