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

Exercise

Create a workflow

As you keep investigating attrition, it is natural to build a model that takes all the available predictors, hopping to get a highly accurate prediction. Let's see how it goes.

Instructions

100 XP
  • Create a recipe to predict Attrition based on all features.
  • Bundle the model and recipe in a workflow.