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
There is a bug in split_validation(): At this line, we create cb_list based on save_models but we never pass it to model.evaluate(). This means that your model will never be saved no matter what you pass in for save_models.
There is a bug in
split_validation()
: At this line, we createcb_list
based onsave_models
but we never pass it tomodel.evaluate()
. This means that your model will never be saved no matter what you pass in forsave_models
.cc @muellerdo
The text was updated successfully, but these errors were encountered: