Returns a tibble with information about the binning transformation. For trained steps, returns one row per bin per feature, including bin labels, WoE values, and IV contributions. For untrained steps, returns a placeholder tibble.
# S3 method for step_obwoe
tidy(x, ...)A tibble with columns:
Character. Feature name.
Character. Bin label or interval.
Numeric. Weight of Evidence value for the bin.
Numeric. Information Value contribution of the bin.
Character. Step identifier.
A step_obwoe object.
Additional arguments (currently unused).