Document for device ordinal. (#9398)
- Rewrite GPU demos. notebook is converted to script to avoid committing additional png plots. - Add GPU demos into the sphinx gallery. - Add RMM demos into the sphinx gallery. - Test for firing threads with different device ordinals.
This commit is contained in:
@@ -83,13 +83,14 @@ Some other examples:
|
||||
- ``(0,-1)``: No constraint on the first predictor and a decreasing constraint on the second.
|
||||
|
||||
|
||||
**Note for the 'hist' tree construction algorithm**.
|
||||
If ``tree_method`` is set to either ``hist``, ``approx`` or ``gpu_hist``, enabling
|
||||
monotonic constraints may produce unnecessarily shallow trees. This is because the
|
||||
``hist`` method reduces the number of candidate splits to be considered at each
|
||||
split. Monotonic constraints may wipe out all available split candidates, in which case no
|
||||
split is made. To reduce the effect, you may want to increase the ``max_bin`` parameter to
|
||||
consider more split candidates.
|
||||
.. note::
|
||||
|
||||
**Note for the 'hist' tree construction algorithm**. If ``tree_method`` is set to
|
||||
either ``hist`` or ``approx``, enabling monotonic constraints may produce unnecessarily
|
||||
shallow trees. This is because the ``hist`` method reduces the number of candidate
|
||||
splits to be considered at each split. Monotonic constraints may wipe out all available
|
||||
split candidates, in which case no split is made. To reduce the effect, you may want to
|
||||
increase the ``max_bin`` parameter to consider more split candidates.
|
||||
|
||||
|
||||
*******************
|
||||
|
||||
Reference in New Issue
Block a user