woe.glm.feature.importance: Woe Glm Feature Importance

Description Usage Arguments Examples

Description

This function allows the calculate feature importance for a given glm model with WOE transformation method.

Usage

1
woe.glm.feature.importance(model_data, model, default_flag)

Arguments

model_data

A model data set needs to be specified.

model

A GLM model built by WOE transformation should be given.

default_flag

The default flag need to specified as string.

Examples

1
woe.glm.feature.importance(model_data_v1, my_model,"default_f")

ayhandis/creditR documentation built on May 9, 2019, 8:41 a.m.