Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R] Added early.stop.tolerance feature #945

Closed
wants to merge 1 commit into from

Conversation

SantyagoSeaman
Copy link

It will be very useful to stop iteration process if evaluation score is incremented on each step with very small delta which we can ignore to reduce the quantity of steps and total execution time. Thank you!

@tqchen
Copy link
Member

tqchen commented Mar 9, 2016

as in #892 We plan to swicth to callback style support for this kind of features and stop take PR that enlarges user interfaces

The callback style API is yet to be added, However, you are more than welcomed to implement this feature in callback style and contribute the API

@SantyagoSeaman
Copy link
Author

Oh. I missed this issue. Great! I'll implement my feature immediately after you push api with callbacks.

@tqchen
Copy link
Member

tqchen commented Sep 3, 2016

the callback API is now fully inplace, I will close this PR for now, please open another one if you implement it in callback API

@tqchen tqchen closed this Sep 3, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants