Nothing
#' @title Fair Learners in mlr3
#' @name mlr_learners_fairness
#'
#' @section Predefined measures:
#' \CRANpkg{mlr3fairness} comes with a set of predefined fairn learners listed below:
#'
#' `r tabular(mlr_learners_fairness)`
#'
#' @template pta
#' @export
#' @return A data.table containing an overview of available fair learners.
#' @examples
#' library("mlr3")
#' # Available learners:
#' mlr_learners_fairness
mlr_learners_fairness = rowwise_table(
~key, ~package, ~reference,
"regr.fairfrrm", "fairml", "Scutari et al., 2021",
"classif.fairfgrrm", "fairml", "Scutari et al., 2021",
"regr.fairzlm", "fairml", "Zafar et al., 2019",
"classif.fairzlrm", "fairml", "Zafar et al., 2019",
"regr.fairnclm", "fairml", "Komiyama et al., 2018"
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.