Description Usage Arguments Details Value
Function to compile hyperparameters and performance statistics for a given random forest model into two summary tables.
1 | tabulate_benchmarks(in_bm, in_bmid, inp_resdir = NULL, interthresh = NULL)
|
in_bm |
BenchmarkResult or file name of one stored on disk. |
in_bmid |
(character)Type of model. one of 'classif1' (selection of classification algorithm), 'regr1' (selection of regression model), 'classif2' (comparison between without and without variable selection). |
inp_resdir |
(character) path to results directory where in_bm is stored. |
interthresh |
(numeric) flow intermittence probability threshold above which to classify records as non-perennial. |
Function used to produce Tables S2 and Tables S3.
list of two one-row table, one with hyperparameter values and the other with performance metrics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.