View source: R/present_gridsearch.R
present_gridsearch | R Documentation |
Present gridsearch results
present_gridsearch(x, rtModCV.repeat = 1, ...)
x |
rtMod or rtModCV objects |
rtModCV.repeat |
Integer: Which repeat to use, when x is rtModCV object |
... |
Additional arguments to pass to |
E.D. Gennatas
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.