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
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?
The text was updated successfully, but these errors were encountered:
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. Canfinalize
use this recipe info? Should I just specify this number tomtry()
itself?The text was updated successfully, but these errors were encountered: