From 45d321da28dbf7328b5de51b8a74538987ec2370 Mon Sep 17 00:00:00 2001 From: Jonathan Friedman Date: Thu, 1 Nov 2018 16:03:59 -0400 Subject: [PATCH] Fix typo in docs (#3852) Fix typo in docs --- doc/parameter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/parameter.rst b/doc/parameter.rst index 854889c28..fc3205bea 100644 --- a/doc/parameter.rst +++ b/doc/parameter.rst @@ -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.