Create CHANGES.md

This commit is contained in:
Yuan (Terry) Tang 2015-11-03 08:32:52 -06:00
parent deb802b2be
commit e436c94419

View File

@ -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