add change note
This commit is contained in:
parent
07ddf98718
commit
ce5b776bdc
@ -18,4 +18,4 @@ xgboost-unity
|
|||||||
* Support for boosting from initial predictions
|
* Support for boosting from initial predictions
|
||||||
* Experimental version of LambdaRank
|
* Experimental version of LambdaRank
|
||||||
* Linear booster is now parallelized, using parallel coordinated descent.
|
* 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
|
||||||
|
|||||||
@ -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)
|
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
|
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 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 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
|
- 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
|
Build
|
||||||
======
|
======
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user