varimp: Variable importance using the vip package and permutation...

varimpR Documentation

Variable importance using the vip package and permutation importance

Description

Variable importance using the vip package and permutation importance

Usage

varimp(object, rvar, lev, data = NULL, seed = 1234)

Arguments

object

Model object created by Radiant

rvar

Label to identify the response or target variable

lev

Reference class for binary classifier (rvar)

data

Data to use for prediction. Will default to the data used to estimate the model

seed

Random seed for reproducibility


radiant.model documentation built on Oct. 16, 2023, 9:06 a.m.