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.


mlr-org/mlr3extralearners documentation built on Sept. 16, 2024, 3:11 a.m.