Skip to content

Commit

Permalink
Update parameter.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 authored Jan 29, 2019
1 parent 4ec5185 commit 75845c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/parameter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Parameters for Tree Booster

* ``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`` and it indicates no limit on depth.
- 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`` and it indicates no limit on depth. Note: If you set this number too high, you may encounter Out-of-Memory (OOM) errors.
- range: [0,∞] (0 is only accepted in ``lossguided`` growing policy when tree_method is set as ``hist``)

* ``min_child_weight`` [default=1]
Expand Down

0 comments on commit 75845c5

Please sign in to comment.