get_cov_mat {shapr} | R Documentation |
get_cov_mat
Description
get_cov_mat
Usage
get_cov_mat(x_train, min_eigen_value = 1e-06)
Arguments
x_train |
Matrix or data.frame/data.table. Contains the data used to estimate the (conditional) distributions for the features needed to properly estimate the conditional expectations in the Shapley formula. |
min_eigen_value |
Numeric
Specifies the smallest allowed eigen value before the covariance matrix of |
[Package shapr version 1.0.4 Index]