Models — Classification
Random Forest Classifier component
Train a random forest ensemble that aggregates many decision trees through bagging to deliver robust, accurate classification on tabular data.
Random Forest trains many decision trees on random subsets of your data and combines their votes into a final prediction. It handles mixed feature types well, is resistant to overfitting, and requires minimal tuning.