Fix document about colsample_by* parameter (#4340)
Correct the calculation mistake in colsample_by* example.
This commit is contained in:
parent
60a9af567c
commit
c7bc739ed2
@ -96,7 +96,7 @@ Parameters for Tree Booster
|
||||
subsampled from the set of columns chosen for the current level.
|
||||
- ``colsample_by*`` parameters work cumulatively. For instance,
|
||||
the combination ``{'colsample_bytree':0.5, 'colsample_bylevel':0.5,
|
||||
'colsample_bynode':0.5}`` with 64 features will leave 4 features to choose from at
|
||||
'colsample_bynode':0.5}`` with 64 features will leave 8 features to choose from at
|
||||
each split.
|
||||
|
||||
* ``lambda`` [default=1, alias: ``reg_lambda``]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user