Remove distcol updater. (#5507)

Closes #5498.
This commit is contained in:
Jiaming Yuan
2020-04-10 12:52:56 +08:00
committed by GitHub
parent 7d52c0b8c2
commit bd653fad4c
5 changed files with 1 additions and 234 deletions

View File

@@ -157,7 +157,6 @@ Parameters for Tree Booster
- A comma separated string defining the sequence of tree updaters to run, providing a modular way to construct and to modify the trees. This is an advanced parameter that is usually set automatically, depending on some other parameters. However, it could be also set explicitly by a user. The following updaters exist:
- ``grow_colmaker``: non-distributed column-based construction of trees.
- ``distcol``: distributed tree construction with column-based data splitting mode.
- ``grow_histmaker``: distributed tree construction with row-based data splitting based on global proposal of histogram counting.
- ``grow_local_histmaker``: based on local histogram counting.
- ``grow_skmaker``: uses the approximate sketching algorithm.