1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Feature Engineering in R

Connected

अभ्यास

step_poly()

Now that you have a baseline, you can compare your model's performance if you add a polynomial transformation to all numerical values.

The attrition_numdata, the logistic regression lr_model, the user-defined class-evaluate() function, and the trainand test splits have already been loaded for you.

निर्देश

100 XP
  • Add a polynomial transformation to all numeric predictors.
  • Fit workflow to the train data.