Plots the ratios of TP, TN, FP, and FN at each probability cutoff value.
1 2 | plotCMProbs(prob, obs, posLabel, negLabel, probSeq = seq(0.005, 0.995, by =
0.005))
|
prob |
predicted probability |
obs |
observed labels |
posLabel |
'positive' label |
negLabel |
'negative' label |
probSeq |
the probability threshold sequence to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.