Merge pull request #469 from Far0n/patch-1

alpha & lambda for gbtree
This commit is contained in:
Tianqi Chen 2015-09-06 12:37:56 -07:00
commit b3a3228a02

View File

@ -46,6 +46,10 @@ Parameters for Tree Booster
* colsample_bytree [default=1]
- subsample ratio of columns when constructing each tree.
- range: (0,1]
* lambda [default=1]
- L2 regularization term on weights
* alpha [default=0]
- L1 regularization term on weights
Parameters for Linear Booster
-----------------------------