default values for gbtree: lambda=1, alpha=0
This commit is contained in:
parent
a9f884bd47
commit
cfcb1fc491
@ -46,9 +46,9 @@ Parameters for Tree Booster
|
||||
* colsample_bytree [default=1]
|
||||
- subsample ratio of columns when constructing each tree.
|
||||
- range: (0,1]
|
||||
* lambda [default=0]
|
||||
* lambda [default=1]
|
||||
- L2 regularization term on weights
|
||||
* alpha [default=1]
|
||||
* alpha [default=0]
|
||||
- L1 regularization term on weights
|
||||
|
||||
Parameters for Linear Booster
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user