We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If people use early.stopping.rounds = 500 or some other high value, this line :
early.stopping.rounds = 500
autoxgboost/R/autoxgboost.R
Line 171 in b64048e
The text was updated successfully, but these errors were encountered:
That's a good point. This could be easily done via adding ntreelimit to the learner and use it in the predict call.
ntreelimit
Sorry, something went wrong.
No branches or pull requests
If people use
early.stopping.rounds = 500
or some other high value, this line :autoxgboost/R/autoxgboost.R
Line 171 in b64048e
always measures the performance of the last iteration, right? Shouldn't the "best iteration" be used instead of the last iteration?
The text was updated successfully, but these errors were encountered: