From e436c94419c1eb4f7fc03f2a4e5e84cdac3b4d4d Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Tue, 3 Nov 2015 08:32:52 -0600 Subject: [PATCH] Create CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 8c06b38fd..b2346799f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -42,6 +42,7 @@ 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. * 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