DSWoK — Data Science Well of Knowledge

#tree-based

3 notes · co-occurs with 4 tags · last updated May 18, 2026

Co-tags#tabular-ml3#algorithm3#ensemble2#supervised1
Notes tagged #tree-based
01
Decision Tree
A Decision Tree is a supervised learning algorithm used for both classification and regression tasks.
May 18, 2026
General ML
02
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.
May 18, 2026
General ML
03
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.
May 18, 2026
General ML

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community