Merge branch 'master' of ssh://github.com/tqchen/xgboost

This commit is contained in:
tqchen 2014-03-25 17:18:27 -07:00
commit c751d6ead3

View File

@ -1,6 +1,6 @@
xgboost: eXtreme Gradient Boosting xgboost: eXtreme Gradient Boosting
======= =======
An efficient general purpose gradient boosting (tree) library. A General purpose gradient boosting (tree) library.
Creater: Tianqi Chen Creater: Tianqi Chen
@ -32,8 +32,9 @@ Planned components
- matrix factorization - matrix factorization
- structured prediction - structured prediction
File extension convention: File extension convention
(1) .h are interface, utils and data structures, with detailed comment; =======
(2) .cpp are implementations that will be compiled, with less comment; * .h are interface, utils and data structures, with detailed comment;
(3) .hpp are implementations that will be included by .cpp, with less comment * .cpp are implementations that will be compiled, with less comment;
* .hpp are implementations that will be included by .cpp, with less comment