Nothing
library(testthat)
test_that("train_frm works", {
opts <- options(FastRet.mocks = c("preprocess_data"))
on.exit(options(opts), add = TRUE)
model <- train_frm(df = RP, method = "lasso", nfolds = 2, nw = 2, verbose = 0)
expect_equal(names(model), c("model", "df", "cv", "seed", "version"))
})
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.