Machine Learning Intermediate
gradient boosted (decision) trees
A type of decision forest in which: - Training relies on gradient boosting.
Plain English Explanation
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.
How is it used?
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.