CommencerCommencer gratuitement

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.

Cet exercice fait partie du cours

Feature Engineering in R

Afficher le cours

Instructions

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

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

attrition %>%
# Select education field
  ___(___) %>%

# Print a frequency table of factor values
  ___
Modifier et exécuter le code