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.