I've done some driver importance analyses with the relaimpo
package in R. However, the "normal" Shapley value regressions/driver analyses/Kruskal analyses (whatever you want to name them) require a metric dependent variable, because it's an approach for linear regressions.
I have a new dataset, where I have a dependent variable with two values (0/1) and want to assess the relative importance of 10 metric independent variables.
Is anyone aware of an approach to do such a driver analysis with a binary dependent variable or knows a different approach to assess the relative importances?
Thanks.