wrapper for using SER w/ stumps
1 2 3 4 5 6 7 8 9 10 | veb_boost_stumps(
X,
Y,
k = 1,
include_linear = TRUE,
num_cuts = 100,
family = c("gaussian", "binomial", "multinomial"),
tol = length(Y)/10000,
mc.cores = 1
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.