ot: Syntactic Sugar Output Trafo Construction

View source: R/sugar.R

otR Documentation

Syntactic Sugar Output Trafo Construction

Description

This function complements mlr_output_trafos with functions in the spirit of mlr_sugar from mlr3.

Usage

ot(.key, ...)

Arguments

.key

(character(1))
Key passed to the respective dictionary to retrieve the object.

...

(named list())
Named arguments passed to the constructor, to be set as parameters in the paradox::ParamSet, or to be set as public field. See mlr3misc::dictionary_sugar_get() for more details.

Value

OutputTrafo

Examples

ot("standardize")

mlr3mbo documentation built on June 8, 2025, 12:24 p.m.