BriefGPT.xyz
Nov, 2017
树形提升:梯度提升树桩和完整决策树之间的联系
Tree-Structured Boosting: Connections Between Gradient Boosted Stumps and Full Decision Trees
HTML
PDF
José Marcio Luna, Eric Eaton, Lyle H. Ungar, Eric Diffenderfer, Shane T. Jensen...
TL;DR
本文介绍了一种新的技术——树结构提升,可以用单一决策树产生等效于分类和回归树或梯度增强桩的模型,并且可以在两种方法之间生成混合模型。此技术不仅为高风险应用(如医学)提供了模型可解释性和预测性能,而且可以优于这两种方法。
Abstract
Additive models, such as produced by
gradient boosting
, and full interaction models, such as
classification and regression trees
(CART), are widely used algorithms that have been investigated largely in isolation
→