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

[jvm-packages] fix early stopping doesn't work even without custom_eval setting #6738

Merged
merged 3 commits into from
Mar 7, 2021

Conversation

wbo4958
Copy link
Contributor

@wbo4958 wbo4958 commented Mar 1, 2021

credit to @sammynammari . Pleas check #6657 and #6708

@trivialfis
Copy link
Member

@CodingCat Please help to review.

}

test("early stopping should work without custom_eval setting") {
val paramMap = Map("eta" -> "0.1", "custom_eval" -> null, "silent" -> "1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if it is to test without custom_eval setting, should we remove "custom_eval" -> null?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@CodingCat
Copy link
Member

merged, thanks!

@CodingCat CodingCat merged commit 49c22c2 into dmlc:master Mar 7, 2021
@wbo4958 wbo4958 deleted the fix-early-stopping-bug branch December 20, 2021 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants