present_gridsearch: Present gridsearch results

View source: R/present_gridsearch.R

present_gridsearchR Documentation

Present gridsearch results

Description

Present gridsearch results

Usage

present_gridsearch(x, rtModCV.repeat = 1, ...)

Arguments

x

rtMod or rtModCV objects

rtModCV.repeat

Integer: Which repeat to use, when x is rtModCV object

...

Additional arguments to pass to knitr::kable used to print the best tune table

Author(s)

E.D. Gennatas

Examples

## Not run: 
mod <- s_CART(iris, cp = c(0, .1), maxdepth = c(3, 5))
mod_10ss <- elevate(iris, mod = "cart", cp = c(0, .1), maxdepth = c(3, 5))
present_gridsearch(mod)
present_gridsearch(mod_10ss)

## End(Not run)

egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.