Plan of Attack
29 July 2023 13:35
Session 1 on Random Forest Page 1
Introduction to Random Forest
29 July 2023 15:52
Random Forest is a versatile and widely used machine learning algorithm that belongs to the
class of ensemble methods. Specifically, it is a type of bagging technique, which involves
training many individual models (in this case, decision trees) and combining their outputs to
make a final prediction.
Session 1 on Random Forest Page 2
Bagging
29 July 2023 15:52
Bagging, short for bootstrap aggregating, is a machine learning ensemble method designed to
improve the stability and accuracy of machine learning algorithms used in statistical
classification and regression. It also helps to avoid overfitting. The key principle of bagging is to
generate multiple subsets of the original data (with replacement), train a separate model for
each subset, and then combine the results.
Session 1 on Random Forest Page 3
Random Forest Intuition [Code]
29 July 2023 15:52
NZZVY IURGHXKYKGXINMUUMRKIUSJXO\K狣WWE6狫`K<'/=EL=KLR94狦`SHY1.98;0T^9YIXURR:U#6Z狥TP6]
:?M]狥
Session 1 on Random Forest Page 4
Why Random Forest works? [Code] NZZVY IURGHXKYKGXINMUUMRKIUSJXO\K狣*M`
29 July 2023 15:56 )7:-W*=6GW+8>/6;I狤RXG`XY90X^=
2(.<2(2<
Session 1 on Random Forest Page 5
Session 1 on Random Forest Page 6
Bagging Vs Random Forest [Code]
29 July 2023 15:57
Session 1 on Random Forest Page 7
Feature Importance [Code]
29 July 2023 16:04
Session 1 on Random Forest Page 8