Closed samFarrellDay closed 2 years ago
Must now pass callbacks. Put the following into training calls where applicable:
callbacks = [ lgb.early_stopping(stopping_rounds=25, verbose=0), lgb.log_evaluation(period=0) ]
Fixed with version 5.2.0. lightgbm 3.3.1 is now required.
Must now pass callbacks. Put the following into training calls where applicable: