0
1.4kviews
Write a short note on Random Forests
1 Answer
| written 3.8 years ago by |
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.
The random forests algorithm generates many classification trees. Each …