xgboost/CHANGES.md
2014-08-22 19:41:58 -07:00

22 lines
476 B
Markdown

Change Log of Versions
=====
xgboost-0.1
=====
* Initial release
xgboost-0.2x
=====
* Python module
* Weighted samples instances
* Initial version of pairwise rank
xgboost-unity
=====
* Faster tree construction module
- Allows subsample columns as well during tree construction
* Support for boosting from initial predictions
* Experimental version of LambdaRank
* Linear booster is now parallelized, using parallel coordinated descent.
* Add [code guide](src/README.md)