Closed sebffischer closed 2 years ago
See: https://github.com/mlr-org/mlr3extralearners/issues/182
The bug is in get_pycox_activation
get_pycox_activation
The lines 316 - 321 all construct the activation function even when construct = FALSE
construct = FALSE
Also I think that it is quite unexpected that the parameter values for an activaton function are not used when construct = FALSE, this should at least throw a message or something
closed in #33
See: https://github.com/mlr-org/mlr3extralearners/issues/182
The bug is in
get_pycox_activation
The lines 316 - 321 all construct the activation function even when
construct = FALSE