#' @seealso
#'
#' * Chapter in the [mlr3book](https://mlr3book.mlr-org.com/):
#' \url{https://mlr3book.mlr-org.com/chapters/chapter2/data_and_basic_modeling.html#sec-learners}
#' * Package [mlr3extralearners](https://github.com/mlr-org/mlr3extralearners) for more learners.
#' * [Dictionary][mlr3misc::Dictionary] of [Learners][mlr3::Learner]: [mlr3::mlr_learners]
#' * `as.data.table(mlr_learners)` for a table of available [Learners][mlr3::Learner] in the running session (depending on the loaded packages).
#' * \CRANpkg{mlr3pipelines} to combine learners with pre- and postprocessing steps.
#' * Extension packages for additional task types:
#' * \CRANpkg{mlr3proba} for probabilistic supervised regression and survival analysis.
#' * \CRANpkg{mlr3cluster} for unsupervised clustering.
#' * \CRANpkg{mlr3tuning} for tuning of hyperparameters, \CRANpkg{mlr3tuningspaces}
#' for established default tuning spaces.
#'
#' @family Learner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.