View source: R/transform_features_iterative.R
transform_features_iterative | R Documentation |
Once decide_variable_type_iterative
has chosen which variables to add (and how),
we can build a final data frame from those decisions.
transform_features_iterative(X, decisions)
X |
Original predictor data frame. |
decisions |
Output of |
A data frame with the chosen variables in their final forms (dummy or linear).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.