compute_shapley {shapr} | R Documentation |
Compute shapley values
Description
Compute shapley values
Usage
compute_shapley(internal, dt_vS)
Arguments
internal |
List.
Holds all parameters, data, functions and computed objects used within |
dt_vS |
The contribution matrix. |
Value
A data.table
with Shapley values for each test observation.
[Package shapr version 1.0.4 Index]