0
1.4kviews
Write a short note on Random Forests
1 Answer
0
46views


Random Forests : -

A random forest is an ensemble learning method where multiple decision trees are constructed and then they are merged to get a more accurate prediction.



Algorithm : -

Here is an outline of the random forest algorithm.

  1. The random forests algorithm generates many classification trees. Each …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.