DSWoK — Data Science Well of Knowledge

#ensemble

2 notes · co-occurs with 3 tags · last updated Jul 31, 2026

Co-tags#tabular-ml2#algorithm2#tree-based2
Notes tagged #ensemble
01
Gradient boosting
Gradient Boosting is an ensemble machine learning technique (boosting) that combines weak learners (typically shallow Decision Tree) sequentially to create a strong predictive model.
Jul 31, 2026
General ML
02
Random Forest
Random Forest is an ensemble learning method (bagging) that constructs a multitude of decision trees at training time and outputs the class that is the mode of the classes (classification) or mean prediction (regression) of the individual trees.
Jul 31, 2026
General ML

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community