Implementation explanation for predict_proba in RandomForestClassifier- sklearn
Attached is an extract from the RandomForestClassifier documentation of sklearn. The last line,"The class probabilities of a single tree is the fraction of samples of the same class in a leaf." is something I am not able to grasp, Could someone please help me understand this.!!!!
Topic predict implementation probability random-forest scikit-learn
Category Data Science