Description Usage Arguments Details Value Warning documentation to-do See Also
Compute mean and standard deviation of variable importance and mean of p-value across resampling instances (e.g. folds and repetitions) weighted by resampling prediction accuracy.
1 | weighted_vimportance_nestedrf(rfresamp, pvalue = TRUE, pvalue_permutn = 100)
|
rfresamp |
the ResampleResult from a classification RF of type mlr_learners_classif.ranger or mlr_learners_classif.cforest |
pvalue |
(logical) Whether to compute p-values. |
pvalue_permutn |
(integer) number of permutations to use in p-value calculations |
See extract_impperf_nestedrf
for more details on computations.
A data.table with, when all logicals are TRUE, the following columns.
instances
resampling instances
instances
Does not accept error measure for weighting
could be amended to be based on 1-error
Can add an example down the line, add source.
extract_impperf_nestedrf
and ggvimp
and
benchmark_featsel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.