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

Connected

अभ्यास

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.

निर्देश

100 XP
  • Bundle the model and recipe into a workflow.
  • Augment the fitted workflow to get it ready for assessment.