From 562fe8078b4cb16f09ad9d658ce6b3155b6b390f Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Sat, 7 Nov 2015 09:45:13 -0500 Subject: [PATCH] Added CV early stopping to CHANGES --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b2346799fcfd..5dff23f48277 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -42,7 +42,8 @@ on going at master * Python module now throw exception instead of crash terminal when a parameter error happens. * Python module now has importance plot and tree plot functions. * Python module now accepts different learning rates for each boosting round. -* Python now allows model training continuation from previously saved model. +* Python module now allows model training continuation from previously saved model. +* Python module now allows early stopping in CV. * Additional parameters added for sklearn wrapper * Java api is ready for use * Added more test cases and continuous integration to make each build more robust