Remove skmaker. (#5971)

This commit is contained in:
Jiaming Yuan
2020-08-09 15:23:31 +08:00
committed by GitHub
parent 388f975cf5
commit 0b2a26fa74
4 changed files with 0 additions and 400 deletions

View File

@@ -159,7 +159,6 @@ Parameters for Tree Booster
- ``grow_colmaker``: non-distributed column-based construction of trees.
- ``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.
- ``grow_quantile_histmaker``: Grow tree using quantized histogram.
- ``grow_gpu_hist``: Grow tree with GPU.
- ``sync``: synchronizes trees in all distributed nodes.