Closed topepo closed 3 years ago
In organize_data() return a default model config using select_best() with the first metric. This works if we have tuning parameters or not.
organize_data()
select_best()
In the config selection code, if nothing is selected in the observe() then return this value.
observe()
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
In
organize_data()
return a default model config usingselect_best()
with the first metric. This works if we have tuning parameters or not.In the config selection code, if nothing is selected in the
observe()
then return this value.