Update CHANGES.md

This commit is contained in:
Tianqi Chen 2015-07-24 08:51:05 -07:00
parent f29c2f8796
commit 141f9ebf4b

View File

@ -34,3 +34,10 @@ xgboost-0.4
- xgboost python model is now pickable - xgboost python model is now pickable
* sklearn wrapper is supported in python module * sklearn wrapper is supported in python module
* Experimental External memory version * Experimental External memory version
on going version
=====
* Python module now throw exception instead of crash terminal when a parameter error happens.
* Java api is ready for use
* Added more test cases and continuous integration to make each build more robust
* Improvements in sklearn compatible module