Fix typo in docs (#3852)

Fix typo in docs
This commit is contained in:
Jonathan Friedman 2018-11-01 16:03:59 -04:00 committed by Philip Hyunsu Cho
parent 411df9f878
commit 45d321da28

View File

@ -156,7 +156,7 @@ Parameters for Tree Booster
- Controls a way new nodes are added to the tree.
- Currently supported only if ``tree_method`` is set to ``hist``.
- Choices: ``depthwise``, ```lossguide``
- Choices: ``depthwise``, ``lossguide``
- ``depthwise``: split at nodes closest to the root.
- ``lossguide``: split at nodes with highest loss change.