ModelOriented/shapviz

Add collapsing logic

mayer79 opened this issue · 1 comments

Related to: #7

The idea is to add a collapse argument to shapviz(). This is a named list specifying which groups of SHAP columns are to be collapsed by summation. This will allow to combine one-hot-encoded factors to a single one for explanation.

Implemented in #12