Fix docs for num_parallel_tree (#4221)

Minor formatting correction for `num_parallel_tree`.
This commit is contained in:
Jonas 2019-03-06 16:47:51 +01:00 committed by Jiaming Yuan
parent 67c38805a1
commit 00ea7b83c9

View File

@ -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``)
=========================================================