getMlrParamSet = function(id) {
if (id == "ksvm")
makeParamSet(
makeNumericParam("C", lower=2^-15, upper=2^15),
makeNumericParam("C", lower=2^-15, upper=2^15)
)
}
getTuners = function() {
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.