ÎncepețiÎncepe gratuit

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.

Acest exercițiu face parte din cursul

Feature Engineering in R

Vezi cursul

Instrucțiuni pentru exercițiu

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

Exercițiu interactiv practic

Încearcă acest exercițiu completând acest cod de exemplu.

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

# Print a frequency table of factor values
  ___
Editează și rulează codul