run_benchmark | R Documentation |
Benchmark pipeline built on the statistical method wrapper decouple.
run_benchmark( .design, .form = TRUE, .perform = TRUE, .minsize = 5, .silent = TRUE, .downsample_pr = FALSE, .downsample_roc = FALSE, .downsample_times = 100, .url_bool = FALSE )
.form |
bool whether to format or not |
.perform |
bool whether to calculate ROC and performance summary |
.minsize |
minimum size of each set |
.silent |
bool whether to silence wanring messages |
.downsample_pr |
whether to downsample precision recall curve TNs |
.downsample_roc |
whether to downsample ROC true negatives |
.downsample_times |
downsampling iterations |
.url_bool |
bool whether the location is a url or not |
An S4 object of BenchResult-class
See input_tibble for a description of the params/columns of .design (i.e. input tibble).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.