Description

Random forest is an ensemble learning method based on the construction of a multitude of decision trees. Each individual tree in the random forest spits out a class prediction and the class with the most votes (mode) becomes our model’s prediction. This specific random forest algorithm is designed for the multiclass classification tasks

Use

To use the algorithm you need to specify the learning rate, the number of iterations, the number of leaves.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d501d995-1e5d-45ca-9442-ead552e8eb20/Untitled.png

Recommendations