Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M12692

Random Forest

Random Forest
DecideHigh supportDecision Science
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

Build multiple decision trees, each trained on randomly sampled data and features, and the final result is determined by voting among all trees. Scaffold role: collective wisdom surpasses individual. The ensemble of multiple 'weak' models often outperforms a single 'strong' model, suitable for decision-making and prediction.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Collective wisdom surpasses individual. The ensemble of multiple 'weak' models often outperforms a single 'strong' model, suitable for decision-making and prediction.

anchor

Anchor fast decisions

Random forest integrates multiple decision trees, using dual randomness of bootstrap sampling of samples and random feature selection at nodes to reduce overfitting and improve generalization.

MINIMUM ACTION

In progress 0/1

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/Random_forestZH · Explicit
    verified

RELATED MODELS