Nothing
evaluate_s2s <- function(model, test_data, ...) {
tmp <- predict(model, test_data, output = "append")
tibble("categorical_accuracy" = sum(tmp$pred_remaining_trace == tmp$remaining_trace)/nrow(tmp))
}
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.