[doc] Fix typo. [skip ci] (#7170)
This commit is contained in:
parent
3f38d983a6
commit
6bcbc77226
@ -75,8 +75,8 @@ Parameters for Tree Booster
|
|||||||
|
|
||||||
* ``max_depth`` [default=6]
|
* ``max_depth`` [default=6]
|
||||||
|
|
||||||
- Maximum depth of a tree. Increasing this value will make the model more complex and more likely to overfit. 0 is only accepted in ``lossguided`` growing policy when tree_method is set as ``hist`` or ``gpu_hist`` and it indicates no limit on depth. Beware that XGBoost aggressively consumes memory when training a deep tree.
|
- Maximum depth of a tree. Increasing this value will make the model more complex and more likely to overfit. 0 is only accepted in ``lossguide`` growing policy when tree_method is set as ``hist`` or ``gpu_hist`` and it indicates no limit on depth. Beware that XGBoost aggressively consumes memory when training a deep tree.
|
||||||
- range: [0,∞] (0 is only accepted in ``lossguided`` growing policy when tree_method is set as ``hist`` or ``gpu_hist``)
|
- range: [0,∞] (0 is only accepted in ``lossguide`` growing policy when tree_method is set as ``hist`` or ``gpu_hist``)
|
||||||
|
|
||||||
* ``min_child_weight`` [default=1]
|
* ``min_child_weight`` [default=1]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user