Learn R Programming

SplitWise (version 1.0.2)

transform_features_iterative: 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)

Value

A data frame with the chosen variables in their final forms (dummy or linear).

Arguments

X

Original predictor data frame.

decisions

Output of decide_variable_type_iterative.