Nothing
test_that("categorical layer is set", {
stack = generate_stack(list(
factor_layer("y", levels = c("a", "b"))),
dimension = 2)
task = as_task_unsupervised(stack)
expect_factor(task$data()$y, levels = c("a", "b"), len = 4)
})
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.