1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Machine Learning in the Tidyverse

Connected

अभ्यास

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".

निर्देश

100 XP

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