# -------------------------------------------------------------------------------------------------
# -------------------------------------------------------------------------------------------------
getHyperSpace = function(learner, ...) {
  name = sub('classif.', '', learner$id)
  substring(name, 1, 1) = toupper(substring(name, 1, 1)) 
	
  fn.space = get(paste0("get", name , "Space"))
  par.set = fn.space(...)
  return(par.set)
}
# -------------------------------------------------------------------------------------------------
# -------------------------------------------------------------------------------------------------
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.