Mark next release as 1.7 instead of 2.0 (#8281)

This commit is contained in:
Jiaming Yuan
2022-09-28 14:33:37 +08:00
committed by GitHub
parent 6d1452074a
commit f835368bcf
19 changed files with 38 additions and 39 deletions

View File

@@ -237,7 +237,7 @@ These parameters are only used for training with categorical data. See
.. versionadded:: 1.6
.. note:: This parameter is experimental. ``exact`` tree method is not supported yet.
.. note:: This parameter is experimental. ``exact`` tree method is not yet supported.
- A threshold for deciding whether XGBoost should use one-hot encoding based split for
categorical data. When number of categories is lesser than the threshold then one-hot
@@ -247,10 +247,9 @@ These parameters are only used for training with categorical data. See
* ``max_cat_threshold``
.. versionadded:: 2.0
.. versionadded:: 1.7.0
.. note:: This parameter is experimental. ``exact`` and ``gpu_hist`` tree methods are
not supported yet.
.. note:: This parameter is experimental. ``exact`` tree method is not yet supported.
- Maximum number of categories considered for each split. Used only by partition-based
splits for preventing over-fitting.