Lectures /
Random ForestsRandom forestsGiven n observations with p predictors. Input: {$m << p$} the fraction of the predictors to sample (often sqrt(p)) , and {$f$}, the fraction of the data to use for training Repeat many times:
To predict, take the modal classification (‘majority vote’) over all the trees. See also wikipedia |