Skip to content

Commit

Permalink
Remove skmaker. (#5971)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis authored Aug 9, 2020
1 parent 388f975 commit 0b2a26f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 400 deletions.
1 change: 0 additions & 1 deletion amalgamation/xgboost-all0.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
#include "../src/tree/updater_refresh.cc"
#include "../src/tree/updater_sync.cc"
#include "../src/tree/updater_histmaker.cc"
#include "../src/tree/updater_skmaker.cc"
#include "../src/tree/constraints.cc"

// linear
Expand Down
1 change: 0 additions & 1 deletion doc/parameter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion src/tree/tree_updater.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ namespace xgboost {
namespace tree {
// List of files that will be force linked in static links.
DMLC_REGISTRY_LINK_TAG(updater_colmaker);
DMLC_REGISTRY_LINK_TAG(updater_skmaker);
DMLC_REGISTRY_LINK_TAG(updater_refresh);
DMLC_REGISTRY_LINK_TAG(updater_prune);
DMLC_REGISTRY_LINK_TAG(updater_quantile_hist);
Expand Down
Loading

0 comments on commit 0b2a26f

Please sign in to comment.