Description Usage Arguments Value Examples
Summary of Performance
1 |
target |
A numeric binary vector (0, 1) |
... |
A data frame of scores, or a multiples score vectors: score1, score2, etc |
A 1 row data frame with the summary of the performance.
1 2 3 4 5 6 7 | data(predictions)
score <- predictions$score
target <- predictions$target
perf(target, score)
perf(target, score, score2 = score + runif(length(score)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.