Description Usage Arguments Value Examples
Compute AUC
1 | compute_auc(f, df_train, df_test)
|
f |
a formula |
df_train |
a training table |
df_test |
a testing table |
a number
1 2 3 4 | ## Not run:
compute_auc(f = formulas_0_12$m5, df_train = sample_train, df_test = sample_test)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.