n_hidden <- 10
B <- 100
epsilon <- 0.1
lambda <- 0.01
m <- boost_rwnn(y ~ ., data = example_data, n_hidden = n_hidden,
lambda = lambda, B = B, epsilon = epsilon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.