Skip to content

Commit

Permalink
Doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Aug 14, 2020
1 parent a6cb26c commit 3b43863
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/parameter.rst
Expand Up @@ -108,7 +108,8 @@ Parameters for Tree Booster
each split.

On Python interface, one can set the ``feature_weights`` for DMatrix to define the
probability of each feature being selected when using column sampling.
probability of each feature being selected when using column sampling. There's a
similar parameter for ``fit`` method in sklearn interface.

* ``lambda`` [default=1, alias: ``reg_lambda``]

Expand Down Expand Up @@ -227,7 +228,7 @@ Parameters for Tree Booster
list is a group of indices of features that are allowed to interact with each other.
See tutorial for more information

Additional parameters for ``hist`` and ```gpu_hist`` tree method
Additional parameters for ``hist`` and ``gpu_hist`` tree method
================================================================

* ``single_precision_histogram``, [default=``false``]
Expand Down

0 comments on commit 3b43863

Please sign in to comment.