Calculated result
Interactive OOB curve
Detailed statistics
| No calculated statistics yet. |
Export and reporting
No results yet.
Formula used
How to use this calculator
- Select classification or regression mode.
- Choose the primary metric and selection rule.
- Enter tree checkpoints and OOB results.
- Adjust smoothing, confidence, and stability settings.
- Calculate the curve and inspect diagnostics.
- Export data, charts, or a PDF report.
Frequently asked questions
What is an out-of-bag observation?
It is a training observation omitted from one bootstrap sample. That tree can evaluate the omitted observation independently.
Why does OOB error estimate generalization?
Each prediction uses trees that did not train on that observation. This approximates repeated validation without a separate split.
How is the recommended tree count selected?
The default rule finds the first stable point. Other rules can select minimum error, validation error, or one-standard-error results.
Can OOB error increase after more trees?
Small increases are normal because finite samples create noise. Persistent increases may signal data drift, instability, or configuration problems.
What does the one-standard-error rule do?
It selects the earliest simpler checkpoint within one standard error of the best observed metric.
Can I compare multiple forest models?
Yes. Give rows different model names, then select or display each model curve.
How should percentages be entered?
Enter rates as proportions. For example, enter 0.15 to represent fifteen percent.
Does regression mode support original metric units?
Yes. MSE, RMSE, and MAE values can use their natural scales.
When are more trees unnecessary?
More trees add little value after the curve stabilizes. The plateau diagnostics identify that region.