1. Learn
  2. /
  3. Courses
  4. /
  5. Machine Learning with caret in R

Exercise

Calculating true positive rate

Use confusionMatrix(p_class, test[["Class"]]) to calculate a confusion matrix on the test set.

What is the test set true positive rate (or sensitivity) of this model (rounded to the nearest percent)?

Instructions

50 XP

Possible answers