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?
Many thanks for your assistance.