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
Register callback_fns in .get_preds() if they haven't been registered previously. (#2237)
* Move defaults.extra_callbacks registration to __post_init__
defaults.extra_callbacks should be registered in __post_init__
in order to allow using them with Learner without training.
* Register callback_fns in get_preds
If callback_fns were not registered previously in the learner,
register them during get_preds(). This is useful when you want
to run get_preds() right after creating the learner without
training first.
0 commit comments