Retrieve a neural network layer from the
mlr_pipeops
dictionary.
Examples
po1 = po("nn_linear", id = "linear")
# is the same as:
po2 = nn("linear")
Retrieve a neural network layer from the
mlr_pipeops
dictionary.
po1 = po("nn_linear", id = "linear")
# is the same as:
po2 = nn("linear")