Nothing
test_that("check_name() is used", {
dat <- iris
dat$Species_1 <- dat$Species
rec <- recipe(~., data = dat) |>
step_encoding_binary(Species)
expect_snapshot(
error = TRUE,
prep(rec, training = dat)
)
})
# Infrastructure ---------------------------------------------------------------
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.