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
This issue 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.
How you are using LightGBM?
LightGBM component: R-package
Environment info
(...)
Other: applies to any R version / compiler combination
LightGBM version or commit hash: 0e3509c
Error message and / or logs
Training a model with integer labels seem to provide wrong results and/or change LightGBM behavior.
Training matrix :
Expected prediction (should predict "1 0"):
Results:
Increased the number of iterations but no better results.
Changing labels to (1, 2) instead of (0, 1) leads to:
Full logs:
Reproducible example(s)
Steps to reproduce
Run the following code in R:
The text was updated successfully, but these errors were encountered: