BriefGPT.xyz
Jun, 2024
分支:用于优化决策树的快速动态规划和分支限界算法
Branches: A Fast Dynamic Programming and Branch & Bound Algorithm for Optimal Decision Trees
HTML
PDF
Ayman Chaouki, Jesse Read, Albert Bifet
TL;DR
Branches算法结合了动态规划和分支界限方法,提供了出色的速度和稀疏性解决方案,通过理论分析和实证评估验证了比现有方法更低复杂性以及始终产生最优的决策树的优势。
Abstract
decision tree learning
is a fundamental problem for
interpretable machine learning
, yet it poses a formidable optimization challenge. Despite numerous efforts dating back to the early 1990's, practical algorithms
→