View source: R/transform_features_univariate.R
transform_features_univariate | R Documentation |
Given the decisions (dummy or linear) for each predictor, produce a transformed data frame. Dummy columns are 0/1 based on the cutoff.
transform_features_univariate(X, decisions)
X |
Original predictor data frame. |
decisions |
The list returned by |
A new data frame with either the original column or a dummy column for each variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.