run_eval | R Documentation |
Run evaluation of results from decouple.
run_eval( bench_env, .design, res, .form = TRUE, .perform = TRUE, .downsample_pr = FALSE, .downsample_roc = FALSE, .downsample_times = 100, .silent = F )
.design |
design tibble. |
res |
results from decouple. |
.form |
bool whether to format or not |
.perform |
bool whether to calculate ROC and performance summary |
.downsample_pr |
whether to downsample precision recall curve TNs |
.downsample_roc |
whether to downsample ROC true negatives |
.downsample_times |
downsampling iterations |
.silent |
Whether to run without verbose. |
An S4 object of BenchResult-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.