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
version: xgboost4j_2.2:1.4.1
code: XGBoost.java
In XGBoost.java, if there is an early stop in processing, a Log is output by Rabit.trackerPrint() (line 254).
It might be better wrap this message in an "if(shouldPrint(params, iter))" check so that the logging is consistent with other logging (e.g. line 261).
The text was updated successfully, but these errors were encountered:
version: xgboost4j_2.2:1.4.1
code: XGBoost.java
In XGBoost.java, if there is an early stop in processing, a Log is output by Rabit.trackerPrint() (line 254).
It might be better wrap this message in an "if(shouldPrint(params, iter))" check so that the logging is consistent with other logging (e.g. line 261).
The text was updated successfully, but these errors were encountered: