Calculating true negative rate
Use confusionMatrix(p_class, test[["Class"]])
to calculate a confusion matrix on the test set.
What is the test set true negative rate (or specificity) of this model (rounded to the nearest percent)?
Este exercício faz parte do curso
Machine Learning with caret in R
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
