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