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-package] stop automatically calculating eval metrics on training data in lightgbm() #5209

Merged
merged 6 commits into from
May 18, 2022

Conversation

jameslamb
Copy link
Collaborator

Contributes to #4862.
Contributes to #5203.
Based on #5199 (comment).

Proposes removing the behavior in lightgbm::lightgbm() where the training data is automatically added to the model's list of validation sets if verbose > 1.

That means that the following two concerns will now be fully separated in lightgbm():

  • "how verbose do I want LightGBM's logging to be?"
  • "what datasets do I want to be used for early stopping, and evaluated after each boosting round?"

R-package/R/lightgbm.R Show resolved Hide resolved
R-package/R/lightgbm.R Show resolved Hide resolved
@jameslamb jameslamb requested a review from jmoralez May 16, 2022 01:55
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants