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

Connected

연습 문제

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.

지침

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