variableImportance: Variable importance for models in this library

Description Usage Arguments Value

View source: R/variableImportance.R

Description

Variable importance for models in this library

Usage

1
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


deepdive documentation built on July 10, 2021, 5:08 p.m.