prep.step_obwoe: Prepare the Optimal Binning Step
Description
Fits the optimal binning models on training data. This method is called
by prep and should not be invoked directly.
Usage
# S3 method for step_obwoe
prep(x, training, info = NULL, ...)
Value
A trained step_obwoe object with binning_results populated.
Arguments
- x
A step_obwoe object.
- training
A tibble or data frame containing the training data.
- info
A tibble with column metadata from the recipe.
- ...
Additional arguments (currently unused).