add change note

This commit is contained in:
tqchen 2014-08-22 19:47:05 -07:00
parent 07ddf98718
commit ce5b776bdc
2 changed files with 4 additions and 3 deletions

View File

@ -18,4 +18,4 @@ xgboost-unity
* 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)
* Add [Code Guide](src/README.md) for customizing objective function and

View File

@ -8,7 +8,7 @@ Turorial and Documentation: https://github.com/tqchen/xgboost/wiki
Questions and Issues: [https://github.com/tqchen/xgboost/issues](https://github.com/tqchen/xgboost/issues?q=is%3Aissue+label%3Aquestion)
Notes on the Code: [src/REAMDE.md](src/README.md)
Notes on the Code: [Code Guide](src/README.md)
Features
======
@ -26,7 +26,8 @@ Version
* This version is named xgboost-unity, the code has been refactored from 0.2x to be cleaner and more flexibility
* This version of xgboost is not compatible with 0.2x, due to huge amount of changes in code structure
- This means the model and buffer file of previous version can not be loaded in xgboost-unity
* For legacy 0.2x code, refer to
* For legacy 0.2x code, refer to [Here](https://github.com/tqchen/xgboost/releases/tag/v0.22)
* Change log in [CHANGES.md](CHANGES.md)
Build
======