1. 학습
  2. /
  3. 강의
  4. /
  5. Feature Engineering in R

Connected

연습 문제

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.

지침

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