Models — Regression
Random Forest Regressor component
Train a random forest ensemble that aggregates many decision trees through bagging to predict continuous values with strong accuracy and stability.
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.