Update doc: colsample_bylevel now works for tree_method=hist (#3862)
This feature was introduced by #3635
This commit is contained in:
parent
91537e7353
commit
a650131fc3
@ -82,7 +82,7 @@ Parameters for Tree Booster
|
||||
|
||||
* ``colsample_bylevel`` [default=1]
|
||||
|
||||
- Subsample ratio of columns for each split, in each level. Subsampling will occur each time a new split is made. This parameter has no effect when ``tree_method`` is set to ``hist``.
|
||||
- Subsample ratio of columns for each split, in each level. Subsampling will occur each time a new split is made.
|
||||
- range: (0,1]
|
||||
|
||||
* ``lambda`` [default=1, alias: ``reg_lambda``]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user