Description Usage Arguments Value Examples
This function estimates some statistics for measuring the performance of the machine learning model.
1 | roc(dat, real.name = "class", pred.name = "merProb")
|
dat |
Data frame with the real class and the prediction of the probability. |
real.name |
String with the name of the variable that is the real class. Defatult is 'class'. |
pred.name |
String with the name of the variable that is the predicted probability. Defaults is 'merProb'. |
data frame with the statistics.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.