slise.explain_comb | R Documentation |
SLISE Black Box Explainer Use SLISE for explaining predictions made by a black box. BUT with sparsity from a combinatorial search rather than Lasso!
slise.explain_comb(X, Y, epsilon, x, y = NULL, ..., variables = 4)
X |
matrix of independent variables |
Y |
vector of the dependent variable |
epsilon |
error tolerance |
x |
the sample to be explained (or index if y is null) |
y |
the prediction to be explained |
... |
Arguments passed on to
|
variables |
the number of non-zero coefficients |
SLISE object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.