View source: R/RasperGade_diagnosis_utils.R
F_beta_score | R Documentation |
Functions to calculate recall, precision, and the F score with variable weight between recall and precision
F_beta_score(obs, pred, beta = 1) precision_recall(obs, pred, as.na = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.