Predict class probabilities at each stage of an H2O Model
Predict class probabilities at each stage of an H2O Model
The output structure is analogous to the output of h2o.predict_leaf_node_assignment . For each tree t and class c there will be a column Tt.Cc (eg. T3.C1 for tree 3 and class 1). The value will be the corresponding predicted probability of this class by combining the raw contributions of trees T1.Cc,..,TtCc. Binomial models build the trees just for the first class and values in columns Tx.C1 thus correspond to the the probability p0.