Skip to content

Commit

Permalink
Fix docs for num_parallel_tree (#4221)
Browse files Browse the repository at this point in the history
Minor formatting correction for `num_parallel_tree`.
  • Loading branch information
elcombato authored and trivialfis committed Mar 6, 2019
1 parent 67c3880 commit 00ea7b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/parameter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``)
=========================================================
Expand Down

0 comments on commit 00ea7b8

Please sign in to comment.