Predict classes or class probabilities?
I am currently using H2O for a classification problem dataset. I am testing it out with H2ORandomForestEstimator
in a python 3.6 environment. I noticed the results of the predict method was giving values between 0 to 1(I am assuming this is the probability).