rtemis

Command Palette

Search for a command to run...

SHAPConfig

Variant

Shapley additive contributions. See setup_SHAP.

Properties

estimator
string

Which estimator to use. 'auto' reads the algorithm's default.

one of"auto""exact""kernel"

perturbation
string | null

Value function. NULL = the resolved estimator's documented default.

one of"interventional""conditional"null

scale
string | null

Scale contributions are additive on. NULL = set from outcome type.

one of"margin""probability"null

background_n
integer | null≥ 1

Cases to subsample from the background. NULL = use all of it.

n_coalitions
integer | null≥ 2

Most feature subsets to evaluate. NULL lets the backend decide. Applies only when estimator is kernel.

approach
string | null

Conditional-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"null

seed
integer | null≥ 0

Random seed.

Relationships