bestInClass()
finds the best performing estimator within
each class of estimator passed to cvCovEst()
and
finds the associated hyper-parameters 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 and cross-validated risk for
the best estimator in that class.