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
In #1105, it was suggested to add the option eval_train_metric to lgb.cv() in order to see not only CV scores but also training scores. This is very useful to monitor overfitting.
In #1105, it was suggested to add the option
eval_train_metric
tolgb.cv()
in order to see not only CV scores but also training scores. This is very useful to monitor overfitting.In Python, it was implemented in #2089.
I would love to see something similar for R.
The text was updated successfully, but these errors were encountered: