Answer Posted / Neeraj Chaudhary
Random Forest is a popular ensemble learning method for both classification and regression tasks. It works by building multiple decision trees on randomly selected subsets of the training data and feature sets, then aggregating their predictions to make a final prediction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers