ML VISUAL LAB / ML Methods
Random Forest
Intuition
Compare voting across many trees and see how an ensemble boundary becomes more stable.
Core Formula
y = mode(h_1(x), ..., h_T(x))
When to use it?
Strong tabular classification and feature importance analysis.