Description Usage Arguments Value Examples
The function batch_woe
applies WoE transformations to vectors
in the dataframe.
1 | batch_woe(xs, bin_out)
|
xs |
A dataframe with numeric vectors to discretize. |
bin_out |
A binning output from the function batch_bin(). |
A dataframe with identical headers as the input xs. However, values of each variable have been transformed to WoE values.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.