Session Ready
Exercise

Generate predictions from the caret model

Generate predictions on a test set for the caret model.

Instructions
100 XP
  • First generate predictions on the credit_test data frame using the credit_caret_model object.
  • After generating test set predictions, use the auc() function from the Metrics package to compute AUC.