man-roxygen/task.R

#' @description
#' A <%=task_type%> task for the [<%=data%>] data set.
#'
#' @format [R6::R6Class] inheriting from [<%=paste0("Task",type)%>].
#'
#' @section Dictionary:
#' This [Task] can be instantiated via the [dictionary][mlr3misc::Dictionary] [mlr_tasks] or with the associated sugar function [tsk()]:
#' ```
#' mlr_tasks$get("<%= id %>")
#' tsk("<%= id %>")
#' ```
#'
#' @section Meta Information:
#' `r mlr3misc::rd_info(mlr3::tsk("<%= id %>"))`
#' @md
mlr-org/mlr3proba documentation built on April 12, 2025, 4:38 p.m.