Nothing
# A unit test for suggested_methods function
if(require(testthat)){
test_that("tests for some arguments in suggested_methods", {
result <- suggested_methods()
expect_that(result, equals(c("spikeslab", "bagEarth", "bagEarthGCV", "blasso",
"cforest", "earth","extraTrees", "gbm_h2o", "glmStepAIC",
"parRF", "qrf", "Rborist", "rf", "rqlasso", "rqnc",
"spikeslab", "xgbDART", "xgbLinear", "ranger", "cubist",
"svmLinear", "enet", "bridge", "glmboost", "ridge",
"lasso", "relaxo", "M5Rules", "M5", "lm", "gaussprLinear",
"glm", "glmnet", "pcr", "ppr", "foba", "gbm", "svmLinear2",
"glm.nb", "gcvEarth", "lars2", "lars", "icr", "ctree2",
"ctree", "bayesglm")))
})
}
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.