diff --git a/doc/parameter.rst b/doc/parameter.rst index d977a35e5..a8e7b3a86 100644 --- a/doc/parameter.rst +++ b/doc/parameter.rst @@ -105,7 +105,7 @@ Parameters for Tree Booster * ``tree_method`` string [default= ``auto``] - The tree construction algorithm used in XGBoost. See description in the `reference paper `_. - - XGBoost supports ``hist`` and ``approx`` for distributed training and only support ``approx`` for external memory version. + - XGBoost supports ``approx``, ``hist`` and ``gpu_hist`` for distributed training. Experimental support for external memory is available for ``approx`` and ``gpu_hist``. - Choices: ``auto``, ``exact``, ``approx``, ``hist``, ``gpu_hist`` - ``auto``: Use heuristic to choose the fastest method.