-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathseealso_task.R
15 lines (15 loc) · 926 Bytes
/
seealso_task.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#' @seealso
#'
#' * Chapter in the [mlr3book](https://mlr3book.mlr-org.com/):
#' \url{https://mlr3book.mlr-org.com/chapters/chapter2/data_and_basic_modeling.html}
#' * Package \CRANpkg{mlr3data} for more toy tasks.
#' * Package \CRANpkg{mlr3oml} for downloading tasks from \url{https://www.openml.org}.
#' * Package \CRANpkg{mlr3viz} for some generic visualizations.
#' * [Dictionary][mlr3misc::Dictionary] of [Tasks][mlr3::Task]: [mlr_tasks][mlr3::mlr_tasks]
#' * `as.data.table(mlr_tasks)` for a table of available [Tasks][mlr3::Task] in the running session (depending on the loaded packages).
#' * \CRANpkg{mlr3fselect} and \CRANpkg{mlr3filters} for feature selection and feature filtering.
#' * Extension packages for additional task types:
#' * Unsupervised clustering: \CRANpkg{mlr3cluster}
#' * Probabilistic supervised regression and survival analysis: \url{https://mlr3proba.mlr-org.com/}.
#'
#' @family Task