View source: R/collect_class_thresh.R
| collect_class_thresh | R Documentation |
Return a tibble of class thresholds, as computed by calib_class_thresh().
collect_class_thresh(x, ...)
x |
A |
... |
Not currently used. |
A tibble.
test_ens <- simple_ensemble() %>%
add_member(two_class_res[1:3, ], metric = "roc_auc")
test_ens <- calib_class_thresh(test_ens, class_thresh = "tss_max")
test_ens <- calib_class_thresh(test_ens, class_thresh = "kap_max")
collect_class_thresh(test_ens)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.