Description Usage Arguments Value
View source: R/workflow_utils.R
Get index of best results
| 1 | get_best(grid.res, metrics, metrics.max, stat)
 | 
| grid.res | data frame with parameters and metrics results | 
| metrics | vector of (up to 2) metrics that should be used to decide best internal results | 
| metrics.max | vector of Boolean value indicating whether metrics should be maximized for best results (in corresponding order to metrics) | 
| stat | Stat that should be used to decide on best result (can be "MED" (median), "MEAN", "IQR" or "SD") | 
the row index of the best results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.