# test_that("Inserting tune::tune() in model specs works", {
# expect_equal(
# ML::mod(linear_reg, glmnet, penalty=,mixture=),
# parsnip::linear_reg(engine = "glmnet", penalty = tune::tune(), mixture = tune::tune())
# )
# })
#
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.