Update parameter for categorical feature. (#8285)
This commit is contained in:
@@ -235,7 +235,7 @@ These parameters are only used for training with categorical data. See
|
||||
|
||||
* ``max_cat_to_onehot``
|
||||
|
||||
.. versionadded:: 1.6
|
||||
.. versionadded:: 1.6.0
|
||||
|
||||
.. note:: This parameter is experimental. ``exact`` tree method is not yet supported.
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ values are categories, and the measure is the output leaf value. Intuitively, w
|
||||
group the categories that output similar leaf values. During split finding, we first sort
|
||||
the gradient histogram to prepare the contiguous partitions then enumerate the splits
|
||||
according to these sorted values. One of the related parameters for XGBoost is
|
||||
``max_cat_to_one_hot``, which controls whether one-hot encoding or partitioning should be
|
||||
``max_cat_to_onehot``, which controls whether one-hot encoding or partitioning should be
|
||||
used for each feature, see :ref:`cat-param` for details.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user