Variable importance using the vip package and permutation importance
varimp(object, rvar, lev, data = NULL, seed = 1234)
Model object created by Radiant
Label to identify the response or target variable
Reference class for binary classifier (rvar)
Data to use for prediction. Will default to the data used to estimate the model
Random seed for reproducibility