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
I am currently using bag_mlp() with the nnet engine. I know that engine-specific arguments may be parsed through set_engine(). However, I am wondering whether there is a straightforward way to do the same with extension package arguments.
For instance, how do I parse the times argument from baguette::bagger() without having to change the default values of baguette:bagger() itself?