Libraries
»
lightgbm
(0.2.0)
»
Index
»
LightGBM
»
Model
»
#best_iteration
Method: LightGBM::Model#best_iteration
Defined in:
lib/lightgbm/model.rb
#
best_iteration
⇒
Object
22 23 24
# File 'lib/lightgbm/model.rb', line 22
def
best_iteration
@booster
.
best_iteration
end