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

Exercise

Investigating education field

Education field is a feature of the attrition dataset. You are interested in using it as a predictor for churning. Start by taking a look at the factor values. The dataset is already loaded.

Instructions

100 XP
  • Select EducationField from the attrition dataset.
  • Print a frequency table of the factor values in EducationField.