ComeçarComece de graça

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.

Este exercício faz parte do curso

Feature Engineering in R

Ver curso

Instruções do exercício

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

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

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

# Print a frequency table of factor values
  ___
Editar e executar o código