Nothing
test_that("tss returns correct value", {
# tss is really a wrapper around the j_index,
# so we expect them to be identical
expect_identical(
tss(two_class_example, truth, predicted)$.estimate,
yardstick::j_index(two_class_example, truth, predicted)$.estimate
)
})
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.