context("Binning works")
test_that("Binning works", {
expect_output({
mod = boostSplines(data = iris, target = "Sepal.Length", loss = LossQuadratic$new(), bin_root = 2)
})
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.