Skip to main content
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.

Configuration

Input / Output

When to use

A good default choice for most classification problems. Works well on tabular data without feature scaling.