Random Forest Algorithm
Random Forest Algorithm
ALGORITHM
KEY FEATURES
• Random Forest is a
classifier that contains
a number of decision
trees on various
subsets of the given
dataset and takes the
average to improve the
predictive accuracy of
that dataset.
2
HOW DOES IT WORKS
SELECT
RANDOM K
DATA POINT
BUILD THE
DECISION TREES
ASSOCIATED
CHOOSE THE
NUMBER N FOR
DECISION TREE