Description Usage Arguments Value
View source: R/PSB_functions_2.R
This function returns a feature importance analysis of caret model using LIME.
1 | caretLime(fit.caret, set, permutation = 100)
|
fit.caret |
Fit model resulting from caretTrain. |
set |
Set of train and test data returned from trainTest. |
permutation |
Number of permutations in LIME |
A LIME explanation for caret
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.