list_mlr3learners: List Learners in mlr3verse

View source: R/fn_list_mlr3learners.R

list_mlr3learnersR Documentation

List Learners in mlr3verse

Description

Lists all learners, properties, and associated packages in a table that can be filtered and queried.

Usage

list_mlr3learners(select = NULL, filter = NULL)

Arguments

select

character()
Passed to data.table::subset.

filter

list()
Named list of conditions to filter on, names correspond to column names in table.

Examples

list_mlr3learners(
  select = c("id", "properties", "predict_types"),
  filter = list(class = "surv", predict_types = "distr"))

mlr-org/mlr3extralearners documentation built on April 13, 2024, 5:25 a.m.