Nothing
# util function for printing training index to screen when verbose = TRUE
verbose_print <- function(verbose, index, total) {
if (verbose == TRUE) {
message(paste0("Trained ",
index,
"/",
total,
" models."))
}
}
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.