-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
#' @seealso | ||
#' | ||
#' * Chapter in the [mlr3book](https://mlr3book.mlr-org.com/): | ||
#' \url{https://mlr3book.mlr-org.com/basics.html#tasks} | ||
#' \url{https://mlr3book.mlr-org.com/02-basics-tasks.html} | ||
#' * Package \CRANpkg{mlr3data} for more toy tasks. | ||
#' * Package \CRANpkg{mlr3oml} for downloading tasks from \url{https://openml.org}. | ||
#' * Package \CRANpkg{mlr3oml} for downloading tasks from \url{https://www.openml.org}. | ||
#' * Package \CRANpkg{mlr3viz} for some generic visualizations. | ||
#' * [Dictionary][mlr3misc::Dictionary] of [Tasks][Task]: [mlr_tasks] | ||
#' * `as.data.table(mlr_tasks)` for a table of available [Tasks][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: | ||
#' * \CRANpkg{mlr3proba} for probabilistic supervised regression and survival analysis. | ||
#' * \CRANpkg{mlr3cluster} for unsupervised clustering. | ||
#' * Unsupervised clustering: \CRANpkg{mlr3cluster} | ||
#' * Probabilistic supervised regression and survival analysis: \url{https://mlr3proba.mlr-org.com/}. | ||
#' | ||
#' @family Task |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.