View source: R/summary_functions.R
bestInClass | R Documentation |
bestInClass()
finds the best performing estimator within
each class of estimator passed to cvCovEst()
and
finds the associated hyperparameters if applicable.
bestInClass(dat, worst = FALSE)
dat |
The |
worst |
This facilitates the option to choose the worst performing
estimator in each class. Default is |
tibble
with rows corresponding to estimator
classes and columns for hyperparameter values, cross-validated risk, and
other summary metrics for the best (or worst) estimator in that class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.