Skip to main content
Random Forest Regressor averages the predictions of many decision trees trained on random data subsets. It handles non-linear relationships well and is robust to noisy data.

Configuration

Input / Output

When to use

A strong default for regression on tabular data. Does not require feature scaling. Works well out of the box without extensive tuning.