Compute accuracy, AUC, sensitivity, specificity, positive predictive values, etc.
1 | Performance.measures(pred, obs, threshold = NULL, prevalence = NULL)
|
pred |
predicted probabilities |
obs |
true class |
threshold |
class probability threshold (default to NULL) |
prevalence |
class prevalence in the population (default to NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.