Description Usage Arguments Details Value See Also
Get hyperparameters and performance measures for every ResampleResult in a BenchmarkResult of classification models.
1 |
bmres |
BenchmarkResult from either a binary classification model or a regression model bounded between 0 and 1. |
interthresh |
(numeric) between 0 and 1 (inclusive), threshold to compute sensitivity, specificity, and balanced accuracy. If not provided, specificity and sensitivity will be provided for a 0.5 threshold and the highest BACC for thresholds ranging from 0.45 to 0.55 will be provided. |
performance measures include Binary brier score (bbrier), Area Under the ROC Curve (AUC), sensitivity, specificity, and Balanced classification ACCuracy (BACC).
data.table of model hyperparameters and measure performance values for each ResampleResult.
bm_paramstime
, rsmp_bbrier
,
rsmp_auc
, rsmp_sen
, rsmp_spe
,
rsmp_bacc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.