Notes

Home

❯

03_modeling

❯

01_supervised_learning

❯

02_tree_based_models

index

Mar 06, 20261 min read

Tree Ensembles

Decision trees and ensemble methods (random forests and gradient boosting). The dominant approach for structured/tabular data.

Notes

  • Tree Ensembles — decision trees, random forests, gradient boosting, XGBoost, LightGBM, hyperparameters
  • Tree Ensembles — Implementation — XGBoost, LightGBM, RandomForest with scikit-learn, early stopping, SHAP feature importance

Links

← Linear Models and GLMs → Probabilistic Models

  • SHAP and Feature Attribution
  • Gradient Descent

2 items under this folder.

  • Mar 06, 2026

    tree_ensembles

    • algorithm
    • tabular
    • classification
    • regression
  • Mar 06, 2026

    tree_ensembles_implementation

    • algorithm
    • tabular
    • classification
    • regression

Created with Quartz v4.5.2 © 2026

  • GitHub