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 just ran into this that I passed a learner with predict_type"prob" to the AutoTuner, but forgot to set the predict type for the AutoTuner itself. I would argue that it is a better default to set the predict type of the AutoTuner during $initialize() to the predict type of the learner that is being tuned.
The text was updated successfully, but these errors were encountered:
I just ran into this that I passed a learner with
predict_type
"prob"
to theAutoTuner
, but forgot to set the predict type for theAutoTuner
itself. I would argue that it is a better default to set the predict type of theAutoTuner
during$initialize()
to the predict type of the learner that is being tuned.The text was updated successfully, but these errors were encountered: