LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Feature Engineering in R

Kurs anzeigen

Anleitung zur Übung

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

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

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

# Print a frequency table of factor values
  ___
Code bearbeiten und ausführen