From 00ea7b83c93377e53019ab4fcc173f2cc6168ccb Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 6 Mar 2019 16:47:51 +0100 Subject: [PATCH] Fix docs for `num_parallel_tree` (#4221) Minor formatting correction for `num_parallel_tree`. --- doc/parameter.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/parameter.rst b/doc/parameter.rst index 315df6e333a1..a2125d3f1f29 100644 --- a/doc/parameter.rst +++ b/doc/parameter.rst @@ -193,8 +193,7 @@ Parameters for Tree Booster - ``gpu_predictor``: Prediction using GPU. Default when ``tree_method`` is ``gpu_exact`` or ``gpu_hist``. * ``num_parallel_tree``, [default=1] - - Number of parallel trees constructed during each iteration. This - option is used to support boosted random forest + - Number of parallel trees constructed during each iteration. This option is used to support boosted random forest. Additional parameters for Dart Booster (``booster=dart``) =========================================================