gg_var_imp: Visualize extracted overall feature importance

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Generates ggplot of top ranked features

Usage

1
gg_var_imp(data, top_num = 20)

Arguments

data

tibble of results from HSPSModelR::var_imp_overall()

top_num

integer number of top features to display

Details

To be used after data is generated from HSPSModelR::var_imp_overall()

Value

tibble of ranked features including columns:

Author(s)

"Dallin Webb <dallinwebb@byui.edu>"

See Also

varImp

Examples

1
2
3
4
5
6
7
8
## Not run: 

vars <- var_imp_overall(models_list)

gg_var_imp(vars, top_num = 20)


## End(Not run)

BYUIDSS/HSPSModelR documentation built on May 10, 2019, 1:20 p.m.