Nothing
test_that("NULL engines", {
# See issue https://github.com/tidymodels/parsnip/issues/1242
expect_snapshot(
set_engine(nearest_neighbor(), NULL),
error = TRUE
)
})
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.