Variable importance for models in this library
variableImportance(model, x, y, showPlot = T, seed = 2)
| 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  | 
    
returns variable importance data frame