2013/8/26 John Lee :
> If this is the probability for each tree, how to calculate the probability
> for the ensemble?
>From the docs:
The predicted class probabilities of an input sample is computed as
the mean predicted class probabilities of the trees in the forest.
The mean of a vector of ze
I read
http://stackoverflow.com/questions/15869919/random-forest-predict-using-less-estimators
and
http://stackoverflow.com/questions/14192284/random-forests-probability-estimates-scikit-learn-specific
Does that mean if I want the probability for a single tree I can just access to
RandomForest