transform_features_iterative {SplitWise} | R Documentation |
Transform Features (Iterative Logic)
Description
Once decide_variable_type_iterative
has chosen which variables to add (and how),
we can build a final data frame from those decisions.
Usage
transform_features_iterative(X, decisions)
Arguments
X |
Original predictor data frame. |
decisions |
Output of |
Value
A data frame with the chosen variables in their final forms (dummy or linear).
[Package SplitWise version 1.0.0 Index]