1. Learn
  2. /
  3. Courses
  4. /
  5. Feature Engineering in R

Exercise

step_percentile()

How would applying a percentile transformation to your numeric variables affect model performance? Try it!

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.

Instructions

100 XP
  • Apply a percentile transformation to all numeric predictors.