Currently I am doing a random forest by H2O package and have plotted a sample tree for presentation purpose. The prediction value of each node is not quite the same as probability of positive class over the all instances of the node.
Just wondering to know how H2O calculate the prediction value. I need a formula to derive this prediction! I know that random forest goes over the average of the trees' prediction. But how is this prediction calculated at each node of each tree?
Any help would be appreciated.