<%
lrn = mlr3::lrn(id)
%>
#' @examples
#' if (requireNamespace("<%= lrn$packages %>")) {
#' learner = mlr3::lrn("<%= id %>")
#' print(learner)
#'
#' # available parameters:
#' learner$param_set$ids()
#' }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.