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
Evaluation on validation sets using the function lightgbm() is currently broken. The documentation suggests that you should be able to pass valids to this function similar to the way it is passed to lgb.train().
I discovered this working on #2912. As long as this bug exists, early stopping with the lightgbm() function is also broken.
Evaluation on validation sets using the function
lightgbm()
is currently broken. The documentation suggests that you should be able to passvalids
to this function similar to the way it is passed tolgb.train()
.I discovered this working on #2912. As long as this bug exists, early stopping with the
lightgbm()
function is also broken.Environment info
Operating System: macOS Mojave 10.14.6
CPU/GPU model: 2.3 GHz Intel Core i5
C++/Python/R version: R 3.6.1
LightGBM version or commit hash: 4aa888c
Error message
Running the code in "Reproducible examples" yields the following error:
Reproducible examples
The text was updated successfully, but these errors were encountered: