Medial Code Documentation
|
Public Member Functions | |
__init__ (self, best_iteration, best_score) | |
Data Fields | |
best_iteration | |
best_score | |
Exception of early stopping.
lightgbm.callback.EarlyStopException.__init__ | ( | self, | |
best_iteration, | |||
best_score | |||
) |
Create early stopping exception. Parameters ---------- best_iteration : int The best iteration stopped. best_score : float The score of the best iteration.