You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent change in brulee introduced new activation functions and brulee_activations(), which provides available functions (see PR #74). However, parsnip does not support these new activation functions yet, because parsnip::check_args.mlp() has hard coded values (see function definition here).
Would be great to have support for the new activation functions in parsnip.