View source: R/permutation_based_vip.R
permutation_based_vip | R Documentation |
Variable importance calculated with permutation approach. The procedure is
applied feature-wise:
the values for the considered feature are permuted. Then, using the
predictions of the permuted data, we estimate the error with this dataset
from the original
permutation_based_vip(model, x, y, permutations, predictors, path_plot)
permutations |
Number of permutations to compute VI |
predictors |
Set of predictors for which the variable importance is estimated via permutations. |
object |
an object of class |
unseen_data |
|
data.frame
with variable importance based on permutations
Cathy C. Westhues cathy.jubin@hotmail.com
fisher2019alllearnMET
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.