You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closed in favor of being in #2302. We decided to keep all feature requests in one place.
Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature.
Besides of histogram construction, the data partition is another time-consuming part in LightGBM. This process is to update the row set for each leaf.
The code is in the following:
LightGBM/src/treelearner/data_partition.hpp
Lines 113 to 172 in 997a469
The text was updated successfully, but these errors were encountered: