From bde25d669403273018491eb6770854cbd95a52a1 Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Sun, 8 Nov 2015 14:57:36 -0500 Subject: [PATCH] Added recent changes --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1be277f2b..456075049 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -46,6 +46,8 @@ on going at master - accepts different learning rates for each boosting round. - allows model training continuation from previously saved model. - allows early stopping in CV. + - allows feval to return a list of tuples. + - allows eval_metric to handle additional format. - improved compatibility in sklearn module. - additional parameters added for sklearn wrapper. - added pip installation functionality.