1. Learn
  2. /
  3. Courses
  4. /
  5. Machine Learning in the Tidyverse

Connected

Exercise

Build cross-validated models

In this exercise, you will build logistic regression models for each fold in your cross-validation.

You will build this using the glm() function and by setting the family argument to "binomial".

Instructions

100 XP

Build models predicting Attrition using all available features with the train data for each fold of the cross validation.