makeTestRegistry = function(on.learner.error="stop") {
if(unlink("runit_files", recursive=TRUE) != 0)
stop("Could not delete runit_files!")
makeExperimentRegistryMlr(
id = "foo",
seed = 1,
file.dir = "runit_files",
on.learner.error=on.learner.error
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.