Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix_ parallel_tree_learner_split_info
#6491 (comment) This code is used for computing the buffer size of the communicating the split info the in distributed training. But lost the two most recently added parameters(right_sum_gradient_and_hessian, left_sum_gradient_and_hessian) size. When use parallel_tree_learner method with number of categories of one feature larger than 28 (default max_cat_to_onehot(32)-2*2), it will resut in an Segmentation fault.
- Loading branch information