Nothing
print.sltime <- function (x, digits=7, ...)
{
cat("The contribution of the leaners: ", "\n\n", sep = "")
print(data.frame(leaners = x$methods, weights = round(x$weights$values, digits)))
cat("\n", "Minimum of the ", x$cv, "-fold CV of the loss function ",
x$metric$metric, ":", round(x$metric$value, digits), ".", sep = "")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.