tidymodels / dials

Tools for creating tuning parameter values
https://dials.tidymodels.org/
Other
111 stars 26 forks source link

finalize with recipe #314

Open jxu opened 10 months ago

jxu commented 10 months ago

Right now for a random forest model I am doing something like finalize(mtry_long(), train_data). It guesses the number of columns, but I have a recipe that marks one column as the response and one as an ID column. Can finalize use this recipe info? Should I just specify this number to mtry() itself?