dmlc / dmlc/xgboost

exact tree training does not seem to colsample bynode

Open
#10,076 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
28.8k
Forks
8.9k
Avg merge
1d 12h
Merged PRs (30d)
54

Description

https://github.com/dmlc/xgboost/blob/master/src/tree/updater_colmaker.cc#L477
FindSplit() enumerates all splits of all nodes in the same depth in parallel. In this function, `column_sampler_->GetFeatureSet(depth);` is only called once at the beginning. Then, wouldn't it use the same set of features per depth?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.