shapley_weights | R Documentation |
Calculate Shapley weight
shapley_weights(m, N, n_components, weight_zero_m = 10^6)
m |
Positive integer. Total number of features/groups. |
N |
Positive integer. The number of unique coalitions when sampling |
n_components |
Positive integer. Represents the number of features/feature groups you want to sample from
a feature space consisting of |
weight_zero_m |
Numeric. The value to use as a replacement for infinite coalition weights when doing numerical operations. |
Numeric
Nikolai Sellereite
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.