Replies: 1 comment
-
Lucky you ? all of my leafs are either 0.00 or -0.00 not relay helpful. seems like hard-coded rounding/truncation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
catboost version: catboost 1.2
Operating System: macos 14.4.1
CPU: M1
GPU: no
I am trying to understanding the algorithm. According to paper, the leaf value is the average value of the gradients of allocated items in the leaf node. However, in here, I found the leaf value is relate to learning rate? Why was that? And how the leaf value is calculated when using gradient estimate method? It would be better to tell my the function file in the source code


Beta Was this translation helpful? Give feedback.
All reactions