Create a Neural Network Layer
Retrieve a neural network layer from the mlr_pipeops
dictionary.
nn(.key, ...)
.key
: (character(1)
)
...
: (any)
Additional parameters, constructor arguments or fields.
po1 = po("nn_linear", id = "linear") # is the same as: po2 = nn("linear")
Useful links