Description Usage Arguments Value Examples
Computes the variable importance for ranger models and for arbitrary measures from the 'measures' package.
1 | varImpRanger(object, data, target, nperm = 1, measure = "multiclass.Brier")
|
object |
An object as returned by cforest. |
data |
Original data that was used for training the random forest. |
target |
Target variable as used in the trained model. |
nperm |
The number of permutations performed. |
measure |
The name of the measure of the 'measures' package that should be used for the variable importance calculation. |
Vector with computed permutation importance for each variable.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.