variableImportance {deepdive} | R Documentation |
Variable importance for models in this library
Description
Variable importance for models in this library
Usage
variableImportance(model, x, y, showPlot = T, seed = 2)
Arguments
model |
Model object |
x |
a data frame with input variables |
y |
a data frame with ouptut variable |
showPlot |
logical. True will show importance plot. Default True |
seed |
Set seed with this parameter. Incase of sin activation sometimes changing seed can yeild better results. Default is 2 |
Value
returns variable importance data frame
[Package deepdive version 1.0.4 Index]