We are using an random forest classifier to classify a set of data using training data set. The random forest requires calibration of: nos. of random trees and and nos. of the features. Identifying the best feature through random selection of features forms the basis of the best split of the node while growing the trees. But, how we can fuse the predictions?