Description Usage Arguments Examples
This function allows the calculate feature importance for a given glm model with WOE transformation method.
1 | woe.glm.feature.importance(model_data, model, default_flag)
|
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. |
1 | woe.glm.feature.importance(model_data_v1, my_model,"default_f")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.