Calculate Shapley weight
shapley_weights(m, N, n_features, weight_zero_m = 10^6)
Positive integer. Total number of features.
Positive integer. The number of unique combinations when sampling n_features
features,
without replacement, from a sample space consisting of m
different features.
Positive integer. Represents the number of features you want to sample from a feature
space consisting of m
unique features. Note that 0 < = n_features <= m
.
Positive integer. Represents the Shapley weight for two special
cases, i.e. the case where you have either 0
or m
features.
Numeric