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
Following on #9, we could add the ability to stop on certain conditions defined by the user (every k steps, and on metrics that are quick to compute), right now in my company we hacked a solution for early stopping by using the callback function passed when fitting a model.
We can work on a PR with a more clean approach for this feature, any thoughts on this?
The text was updated successfully, but these errors were encountered:
Following on #9, we could add the ability to stop on certain conditions defined by the user (every k steps, and on metrics that are quick to compute), right now in my company we hacked a solution for early stopping by using the callback function passed when fitting a model.
We can work on a PR with a more clean approach for this feature, any thoughts on this?
The text was updated successfully, but these errors were encountered: