prepare_data_single_coalition {shapr} | R Documentation |
Compute the conditional probabilities for a single coalition for the categorical approach
Description
The prepare_data.categorical()
function is slow when evaluated for a single coalition.
This is a bottleneck for Causal Shapley values which call said function a lot with single coalitions.
Usage
prepare_data_single_coalition(internal, index_features)
Arguments
internal |
List.
Holds all parameters, data, functions and computed objects used within |
Author(s)
Lars Henry Berge Olsen
[Package shapr version 1.0.4 Index]