Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
8 views8 pages

Session 1 On Random Forest 1

Uploaded by

me.aritra01
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views8 pages

Session 1 On Random Forest 1

Uploaded by

me.aritra01
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

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

You might also like