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

Connected

Exercise

Baseline

Continuing with the attrition_num dataset, you will create a baseline with a plain recipe to assess the effects of additional feature engineering steps. 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
  • Bundle the model and recipe into a workflow.
  • Augment the fitted workflow to get it ready for assessment.