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 not sure this is possible with reasonable effort, because the tuner does not know what parameters are being set by it. Maybe using something like what I propose in mlr-org/paradox#225 would make this possible, because it would be a $trafo() that knows what the parameters are that are being set. Alternatively the user could somehow inform the AutoTuner what parameters are set by the tuner and should not be set by the user.
Example of a trafo that sets the maxdepth or the cp parameter, but that does not make the fact that it refers to maxdepth or cp obvious to the outside:
I am not sure this is possible with reasonable effort, because the tuner does not know what parameters are being set by it. Maybe using something like what I propose in mlr-org/paradox#225 would make this possible, because it would be a
$trafo()
that knows what the parameters are that are being set. Alternatively the user could somehow inform the AutoTuner what parameters are set by the tuner and should not be set by the user.Example of a trafo that sets the
maxdepth
or thecp
parameter, but that does not make the fact that it refers tomaxdepth
orcp
obvious to the outside:(Tuning happens the following way:)
The text was updated successfully, but these errors were encountered: