50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

mlr3mbo (version 0.3.0)

it: Syntactic Sugar Input Trafo Construction

Description

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

Usage

it(.key, ...)

Value

InputTrafo

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.

Examples

Run this code
it("unitcube")

Run the code above in your browser using DataLab