I am inspecting the following model:
And I realized the leaf
nodes are not on the same order of magnitude as the input data (.9 vs .09). Does this mean that once a leaf node is chosen it will multiply the input data by that leaf node to get a prediction?
It doens't really seem like that's what's going on, unless somehow the model for .predict
is different than the model it plots.
testing it out manually gives me something way different. Instead, it seems to nearly predict the same value.