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
Hey @xinwang0312, thanks for using LightGBM. This was a breaking changed introduced in #4947 to be consistent with the names of the metrics, previously it would only have the prefix if you set eval_train_metric=True, now it always does. Sorry for the troubles.
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.
Description
For the code below, lgb.cv version 3.3.2 gives a dictionary with keys
['binary_logloss-mean', 'binary_logloss-stdv']
but lgb version 4.0.0 gives an output
['valid binary_logloss-mean', 'valid binary_logloss-stdv']
Reproducible example
Environment info
4.0.0
Command(s) you used to install LightGBM
Additional Comments
Screenshot of the result comparsion:
The text was updated successfully, but these errors were encountered: