Description Usage Arguments Details Value See Also
executeBinFun_df is similar to woeEncodeFun_df, based on config_list to execute binning on all observations, but will not proceed woe-encode.
1 | executeBinFun_df(x_sample, config_list)
|
x_sample |
A dataframe with only X variables and contains all the observations to be encoded. |
config_list |
A list of woe configuration, whose every component is a dataframe corresponding to a x variable. |
parameter config_list can be generated by function dfBinningFun.
A dataframe after binned
Other dataset binning and woe-encoding functions: convertCutPoints,
dfBinningFun, genConfigList,
preBinningFun, smbinning2,
woeEncodeFun_df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.