SHAPConfig
VariantShapley additive contributions. See setup_SHAP.
Properties
estimatorstringWhich estimator to use. 'auto' reads the algorithm's default.
one of
"auto""exact""kernel"perturbationstring | nullValue function. NULL = the resolved estimator's documented default.
one of
"interventional""conditional"nullscalestring | nullScale contributions are additive on. NULL = set from outcome type.
one of
"margin""probability"nullbackground_ninteger | null≥ 1Cases to subsample from the background. NULL = use all of it.
n_coalitionsinteger | null≥ 2Most feature subsets to evaluate. NULL lets the backend decide. Applies only when estimator is kernel.
approachstring | nullConditional-distribution estimator. NULL = the backend's default. Applies only when estimator is kernel and perturbation is conditional.
one of
"empirical""gaussian""copula""ctree""vaeac""categorical""timeseries"nullseedinteger | null≥ 0Random seed.
Relationships
Used by