ogrisel / pygbm

Experimental Gradient Boosting Machines in Python with numba.
MIT License
183 stars 32 forks source link

Allow score monitoring regardless of early stopping #76

Open NicolasHug opened 5 years ago

NicolasHug commented 5 years ago

As mentioned in #75, it'd be nice to allow score monitoring (both scoring and loss values on train / validation data) regardless of early stopping.