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)?
Diese Übung ist Teil des Kurses
Machine Learning with caret in R
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
