How Random Forest works
Each tree is trained from a sampled view of the data and a subset of candidate features. Predictions are combined across trees to produce the ensemble result.
The main visualizer runs the implemented model in your browser and exposes the stored state, predictions, and metrics instead of substituting fabricated demo numbers.