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

Exercise

Build cross-validated models

In this exercise, you will build a linear model predicting life_expectancy using all available features. You will do this for the train data of each cross-validation fold.

Instructions

100 XP

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