varimp_plot {radiant.model} | R Documentation |
Plot permutation importance
Description
Plot permutation importance
Usage
varimp_plot(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 |
[Package radiant.model version 1.6.6 Index]