Description Usage Arguments Value Author(s) See Also Examples
mtr_auc_prc
1  | mtr_auc_prc(actual, predicted)
 | 
actual | 
 
  | 
predicted | 
 
  | 
A numeric scalar output
An Chu
1 2 3 4 5  | set.seed(101)
pred <- runif(1000)
act <- round(pred)
pred[sample(1000, 500)] <- runif(500)   # noise
mtr_auc_prc(act, pred)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.