AIExplainer
Machine Learning Intermediate

gradient boosted (decision) trees

A type of decision forest in which: - Training relies on gradient boosting.

A type of decision forest in which: - Training relies on gradient boosting. - The weak model is a decision tree. See Gradient Boosted Decision Trees in the Decision Forests course for more information.

Practitioners refer to gradient boosted (decision) trees when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.