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
I compared the prediction results with lleaves and lightGBM and noticed that when I set num_tree to 1, the predictions are equal. But they are different when I set any numbers greater than 1.
I realized that if I set linear_tree=True, only the first tree will use leaf_const as its prediction value, or the tree will use linear model's value.
Does this observation mean that lleaves do not support linear_trees?
The text was updated successfully, but these errors were encountered:
I compared the prediction results with lleaves and lightGBM and noticed that when I set num_tree to 1, the predictions are equal. But they are different when I set any numbers greater than 1.
I realized that if I set linear_tree=True, only the first tree will use leaf_const as its prediction value, or the tree will use linear model's value.
Does this observation mean that lleaves do not support linear_trees?
The text was updated successfully, but these errors were encountered: